Skip to content

Commit 1a9339b

Browse files
author
Emilia Pyyny
committed
Meeting 2 notes
1 parent 4d3a7c1 commit 1a9339b

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

meetings.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,23 @@ Update resources allocation if information is incorrect.
4444

4545
## Meeting 2.
4646

47-
- **DATE:**
48-
- **ASSISTANTS:**
47+
- **DATE: 21st February 2024**
48+
- **ASSISTANTS: Ivan Sanchez Milara**
4949

5050
### Minutes
5151

52-
_Summary of what was discussed during the meeting_
52+
Duration of the meeting was 25 minutes. The agenda of the meeting was to receive feedback for deliverable 2 - database design and implementation. At the start of the meeting we discussed about what tools will be utilized in the implementation. The application will be implemented using Python, while the client will be running on Node. The ORM being used is Prisma. PostgreSQL is used for the database, but assistant alternatively recommended using SQLite instead, as it can be easier to set up. The feedback from assistant was overall positive, and only a few changes were suggested.
5353

5454
### Action points
5555

56-
_List here the actions points discussed with assistants_
56+
Database design
57+
58+
- ```Role Enumeration``` can be moved into ```User model```.
59+
- Improve ```Restrictions``` column's REGEX and make sure ```schema.prisma``` matches it.
60+
61+
Resources allocation
62+
63+
- Update Resources allocation table if information is not correct.
5764

5865
## Meeting 3.
5966

0 commit comments

Comments
 (0)