remsfal / remsfal-frontend

MIT License
3 stars 11 forks source link

Allow adding members when a new project is created #6

Open astanik opened 7 months ago

astanik commented 7 months ago

Point to take a look at: views/NewProjectView.vue

PiaSophieBe commented 2 months ago

One possible approach here would be to add users based on their e-mail address, which is made possible by a free text field. In the future the free-text field can be replaced with a drop-down of the users contacts.

astanik commented 1 month ago

This could also be a KBA issue in combination with https://github.com/remsfal/remsfal-backend/issues/44