DigitalExcellence / dex-frontend

Frontend for the Digital Excellence platform
https://dex.software
GNU Lesser General Public License v3.0
10 stars 5 forks source link

Project max length #556

Closed MeesvanStraten closed 2 years ago

MeesvanStraten commented 3 years ago

Describe the bug Currently on the backend we are working on an issue where there is no maximum character limit for project titles. See 418 backend The title needs to be inserted at step 1 of the project wizard but only after step 8 when the API call is made the user will receive an error modal with the message that the title is too long, this is not very user friendly.

To Reproduce Steps to reproduce the behavior:

  1. Create project with really long title at step 1 of the wizard.
  2. At step 8 finish creating the project and receive an error.

Expected behavior After the title is inserted at step 1 a check needs to be done that the length is not too long (currently 75 characters). This way users won't have to walk through all steps to receive this error at the end of step 8.

PuneetDabral commented 3 years ago

sir can i do my first contribution here ....

MeesvanStraten commented 3 years ago

Hey @PuneetDabral , Thanks for stopping by 🥇 ! You can assign yourself to this issue and start working on it! Contact me if you need any more information or want a chat. Thanks!

PuneetDabral commented 3 years ago

sir i am new in open sources an you please help me to resolve me !!

jrstrayhorn commented 2 years ago

Hello @MeesvanStraten, I'd like to pick this one up if ok?

MeesvanStraten commented 2 years ago

@jrstrayhorn hey , sure! You can fork the project and create a branch from there. Let me know if you need more information.