- 16 Jun, 2021 7 commits
-
-
ras19 authored
-
ras19 authored
-
ras19 authored
-
ras19 authored
-
ras19 authored
Created blueprint to assigning tasks to users, registered this in main app and developed AddProjectTask.js to push entry to AssignedTasks table as well [RS]
-
ras19 authored
Added function in project_to_user blueprint to retrieve users assigned to a project in a particular json form [RS]
-
ras19 authored
Created frontend structure for selecting users to assign to a project task, hardcoded data for now [RS]
-
- 15 Jun, 2021 21 commits
-
-
Kacprzak, Izabella authored
-
Kacprzak, Izabella authored
-
Kacprzak, Izabella authored
-
Kacprzak, Izabella authored
-
Kacprzak, Izabella authored
-
ras19 authored
Changed user selection when creating a new project so that deselection is possible and noone is selected more than once [RS, EW]
-
ras19 authored
-
ras19 authored
Changed delete_user to remove dependencies in other tables. Added variable in forloop in get_projects_for_user for clarity [RS, EW]
-
ras19 authored
-
Kacprzak, Izabella authored
-
Kacprzak, Izabella authored
Added all projects registry, modified access to that only admin can edit/delete other users, only admin can add new users, added labels for required fields [IK]
-
ras19 authored
-
ras19 authored
-
ras19 authored
-
ras19 authored
-
Kacprzak, Izabella authored
-
ras19 authored
-
ras19 authored
-
ras19 authored
Filter relevant project-user assignments in the python backend and assigned users now are shown in the project landing page
-
Kacprzak, Izabella authored
-
Bianca-Mihaela Ganescu authored
-
- 14 Jun, 2021 12 commits
-
-
ras19 authored
-
ras19 authored
-
ras19 authored
Removed unnecessary comments, getting post error for second post request we try to do when adding a project assignment [RS, EW]
-
ras19 authored
-
Kacprzak, Izabella authored
-
ras19 authored
Isolated project id using await and async. Now trying to post the project assignment to relevant database [RS, EW]
-
ras19 authored
-
Kacprzak, Izabella authored
-
ras19 authored
-
ras19 authored
-
ras19 authored
Tried to connect frontend to backend, returning project id via a dummy json. Not working yet [RS, EW]
-
Bianca-Mihaela Ganescu authored
-