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.
This is an API for the Code for Vegas Informed Voter app built using Ruby 2.1.2 and Rails 4.1.4.
2
2
The app was generated using the 'rails-api' gem.
3
-
There are currently four endpoints: User, Issues, Candidates, and Elections.
4
-
Each endpoint controller has one database entry.
5
-
The routes.rb file still needs to be updated.
3
+
There are currently four endpoints: User, Issues, Candidates, and Elections.
6
4
The API is versioned with "versionist" gem.
5
+
The database is SqLite3.
7
6
8
-
<<<<<<< HEAD
9
7
To Do:
10
8
11
-
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.
12
-
=======
13
-
Done:
14
-
15
-
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 returned when a user is created. UUID is a string. UUID is stored so that the address can be recalled using UUID.
16
-
>>>>>>> uuid
9
+
1. Update database by entering dummy data to see if we can find what we want to find. There are currently 2 users with the same address but different IDs and UUIDs in the Users database.
0 commit comments