issues
search
tulsawebdevs
/
services-voting
A microservice backend for tracking proposed meetup topics and civic projects and voting on them
1
stars
8
forks
source link
feat: add votes and update proposals
#43
Closed
randomontherun
closed
6 months ago
randomontherun
commented
6 months ago
ADD routes, services, and types for votes
UPDATE votes and proposals tables with necessary columns
UPDATE proposal types to conform with spec
UPDATE proposal services to include votes
UPDATE proposal routes validation and responses
REMOVE unecessary proposal routes
COMMENT OUT validation hook in database/index.ts