BlakeGuilloud / BlakeGuilloud/organizer-api
Project Architecture
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
A Project document should reference one User.
A Project document should reference many Tags.
A User should be able to CRUD a project, which will inherently absorb the requesting userId.
Properties:
```
name: String,
userId: String,
tags: [String],
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.