Commit Graph

9 Commits

Author SHA1 Message Date
Philipinho 4cb7a56f65 feat: comments
* create comment
* reply to comment thread
* edit comment
* delete comment
* resolve comment
2023-11-09 16:52:34 +00:00
Philipinho 2689b267cf sidebar page tree
* frontend and backend implementation
2023-10-15 01:01:17 +01:00
Philipinho 89de5be6ed Page module updates - WIP 2023-09-06 00:53:49 +01:00
Philipinho add9303249 check for existing workspace user 2023-09-05 17:50:43 +01:00
Philipinho 6af5c9a9ca Add new user and workspace endpoints
* add account update endpoint to user module
* add membership management endpoints to workspace module
2023-09-04 19:10:48 +01:00
Philipinho 3e7c2de9a4 Return user and with current workspace
* Create endpoint to return user and their workspace
* Only return auth tokens on login/signup
* Allow nullable workspace name
2023-08-26 23:38:14 +01:00
Philipinho f11f9f6210 Add new page module and services; refactor existing entities
- Introduced a new page module with associated services.
- Refactored TypeORM entities in user and workspace modules.
2023-08-22 19:48:57 +01:00
Philipinho 6e9be6d827 replace deprecated plainToClass with plainToInstance 2023-08-08 18:13:50 +01:00
Philipinho fe7c3ede01 workspace - wip 2023-08-07 18:16:51 +01:00