Cynthesize / cynthesize-frontend

Frontend written in JS and deployed GraphQL for Cynthesize. Development build: https://cynthesize-develop.netlify.com
https://cynthesize.co
GNU General Public License v3.0
64 stars 51 forks source link

Make the username-idea pair unique #159

Closed RavicharanN closed 5 years ago

RavicharanN commented 5 years ago

Currently, one particular user can create any number of ideas with the same name. This has to be avoided so as to uniquely identify the ideas submitted by a particular user.

This is a beginner friendly issue and shouldn't be too hard to resolve.

WickedBrat commented 5 years ago

@RavicharanN I'm unable to reproduce this bug. Please use the development build cynthesize-develop.netlify.com for testing

WickedBrat commented 5 years ago

Also FYI, the name column in the database is set to unique to avoid duplication in both idea and project tables.