Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft: Feature/dat 603 expression de besoin specifique dans le bloc de scopes #516

Open
wants to merge 12 commits into
base: develop
Choose a base branch
from

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    2d5a310 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Add a first view to display expression de besoin spécifique

      - Display the checkbox and the join document part without JS
    Isalafont committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    c40567f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    98e51a1 View commit details
    Browse the repository at this point in the history
  3. Add a dummy xlsx file

    Isalafont committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    6dfce13 View commit details
    Browse the repository at this point in the history
  4. Add a validation on specific_requirements_document

      - If a user check the case ajout de besoin spécifique, he needs to join a file.
      In cas of this file is missing, it will display an error message.
    Isalafont committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    785a858 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    017e3de View commit details
    Browse the repository at this point in the history
  6. Improve validation method in model

      - still got an error and validation trouble not catch by test. if specific requirement is false, in local, it returns the error.
    Isalafont committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    84bd882 View commit details
    Browse the repository at this point in the history
  7. Amélioration du front

    Isalafont committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    44fc158 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a532015 View commit details
    Browse the repository at this point in the history
  9. Improve test

    Isalafont committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    aae7aa3 View commit details
    Browse the repository at this point in the history
  10. Adapt validation method to string as we can not store boolean for che…

    …ckbox
    
      - For now, when we select a checkbox, it will store for the attribute a string as 1 for true and 0 for false.
        I adapt the validation method and test to take in charge this point.
    Isalafont committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    ebb4a8b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    74adc4f View commit details
    Browse the repository at this point in the history