You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 22, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.rdoc
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,6 @@ Each endpoint controller has one database entry.
5
5
The routes.rb file still needs to be updated.
6
6
The API is versioned with "versionist" gem.
7
7
8
-
Questions:
9
-
1. Should I wrap the models and serializers in the V1 module?
10
-
2. How should the routes be configured? Should candidates, elections, and issues be nested under users?
11
-
3. How should the tests be updated?
12
-
4. Should we bother with the presenters folder that was created with the versionist gem scaffold?
13
-
5. Should there be code in config/routes.rb that enforces JSON response format?
8
+
To Do:
9
+
10
+
Create UserID category for user that generates random UUID and save it. This UUID will be tied to the address. A new UUID is created each time an address is entered. UUID is stored so that the address can be recalled using UUID. UUID is returned when a user is created. UUID is a string.
0 commit comments