# 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

  1. Login.

  2. Click on Créer un projet in the header.

    create project

  3. An empty project will then be created and you will be automatically redirected to its edit page.

    project edit empty

# Edition

  1. Login.

  2. You will be redirected to the list of the projects of your organization.

    project list

  3. Locate the project you want to edit and click on the edit button.

    project list edit

  4. You are now on the edit page.

    project edit empty

    INFO

    • A project contains a lot of data so to improve the UX, this page is divided into different tabs:

    project edit 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

  5. 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.

    project edit tabs

  6. 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.

    project edit tabs

  7. 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 to SUBMITTED.

    A project can only be submitted if:

    • the form validation doesn't throw errors
    • the project status is DRAFT or REJECTED
    • the profile status of your organization is APPROVED
  8. 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

  1. Login.

  2. You will be redirected to the list of the projects of your organization.

    project list

  3. Locate the project you want to delete and click on the delete button.

    project list edit

  4. Type SUPPRIMER LE PROJET and click on Confirmer.

    confirm

INFO

The deletion of a project is only possible if its status is:

  • DRAFT
  • REJECTED