diff --git a/doc/TechnicalSpecification.md b/doc/TechnicalSpecification.md index 4f29dbf..d9e42ff 100644 --- a/doc/TechnicalSpecification.md +++ b/doc/TechnicalSpecification.md @@ -253,14 +253,14 @@ found in **OTHER** section. - [ ] Modified () date/time stamp - [ ] Created (Required) date/time stamp -- [ ] Users: Represents a single user. - - [ ] ID (PK) Serial - - [ ] GoogleId (Unique, Required) text - - [ ] Name (Required) string(64) - - [ ] Email (Unique, Required) string(128) - - [ ] ImageURL () text - - [ ] GoogleRefreshToken () text - - [ ] Created (Required) date/time stamp +- [x] Users: Represents a single user. + - [x] ID (PK) Serial + - [x] GoogleId (Unique, Required) text + - [x] Name (Required) string(64) + - [x] Email (Unique, Required) string(128) + - [x] ImageURL () text + - [x] GoogleRefreshToken () text + - [x] Created (Required) date/time stamp - [ ] Sessions: Represents a single user-session. - [ ] ID (PK) Serial