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

Create user - UI #39

Open
aarbanas opened this issue Sep 21, 2024 · 0 comments
Open

Create user - UI #39

aarbanas opened this issue Sep 21, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@aarbanas
Copy link
Owner

aarbanas commented Sep 21, 2024

In this task we need to cover the full process of creating a new user

Users Page

Add a button to the header component which needs to be on the maximum left position (ml-auto). Button just need to have circle-plus icon. On hover add text: "Dodaj volontera".
Image

Create new page

Form

Marked with asterisk means it needs to be required (both on FE, and BE, and marked with asterisk in the UI)

  1. Profile (ime*, prezime*, email*, ime roditelja, spol*, datum rođenja, mjesto rođenja, oib*, državljanstvo, kontakt broj)
    1. Spol -> must use enum Sex but translate the values
  2. Address (ulica*, kućni broj*, grad*, poštanski broj*, država*)
  3. Work status (radni status*, zvanje/zanimanje, poslodavac/fakultet/škola, stupanj obrazovanja)
    1. Radni status -> use WorkStatus enum but translate the values
    2. Stupanj obrazovanja -> use EducationLevel enum but translate the values
  4. Size (veličina obuće, veličina odjeće, visina, težina)
    1. Veličina odjeće -> use ClothingSize enum but translate the values
  5. Skills
    1. Needs to be devided in 3 sections (strani jezici, licence, ostala znanja i vještine)
    2. For each category user can add how many items they want (dynamic form) 2. Categories
      1. Strani jezici (jezik*, level*)
      2. Licence - just can be selected from the list. There is a separate model and table for licences
      3. Ostala znanja i vještine (opis*)
@aarbanas aarbanas changed the title Create user Create user - UI Sep 21, 2024
@IMilja IMilja self-assigned this Sep 30, 2024
@IMilja IMilja added the enhancement New feature or request label Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants