# Projects
# Introduction
A Project describes a real estate project initiated by borrowers. For them, the purpose of a project is to raise funds, for lenders, it's to invest in something promising.
# Creation
Login.
Click on Créer un projet in the header.
An empty project will then be created and you will be automatically redirected to its edit page.
# Edition
Login.
You will be redirected to the list of the projects of your organization.
Locate the project you want to edit and click on the edit button.
You are now on the edit page.
INFO
- A project contains a lot of data so to improve the UX, this page is divided into different tabs:
A borrower can create / edit any project of his organization.
A project is not editable if it has the status:
SUCCESSFUL
NOT_SUCCESSFUL
REIMBURSED
Once you are done with your changes, click on Enregister in the toolbar. This comes handy when you to keep the changes and continue editing later.
You can also preview the project by clicking on Aperçu in the toolbar. Thereby, you can get an idea of what your project will look like once in public sale.
If you are ready to submit the project for validation, click on Soumettre le projet in the toolbar.
INFO
This action will change the project status from
DRAFT
toSUBMITTED
.A project can only be submitted if:
- the form validation doesn't throw errors
- the project status is
DRAFT
orREJECTED
- the profile status of your organization is
APPROVED
Next step will be to login to the admin dashboard and approve this project.
# Fundraising
The fundraising period is split in several states as follow:
# Private sale
A project in PRIVATE_SALE
is a project validated by an admin but not yet on public sale. It will move to PUBLIC_SALE
as soon as the startSaleAt
date is reached. More information
# Public sale
The public sale period (understand when lenders can invest in a project) will start / end upon the dates startSaleAt
/ endSaleAt
.
The public sale period can also end before endSaleAt
if the amount collected reaches the limit set by maximum
. More information
# Successful
If a project reaches its target (or maximum) before the end of the public sale period, it will move to SUCCESSFUL
. More information
# Flow between wallets
Action | Transfer direction |
---|---|
Lender investment | lender's wallet -> project's wallet |
Borrower |
TODO: not sure how to do this for now
# Taxes
# Commission
# Not successful
If a project does not reach its target before the end of the public sale period, it will move to NOT_SUCCESSFUL
. More information
Lenders will also get a reimbursement for their investment. More information
# Deletion
Login.
You will be redirected to the list of the projects of your organization.
Locate the project you want to delete and click on the delete button.
Type SUPPRIMER LE PROJET and click on Confirmer.
INFO
The deletion of a project is only possible if its status is:
DRAFT
REJECTED