turingschool / turlink-be

0 stars 0 forks source link

BE: Chore: Create Starter BE Rails Repo #6

Closed jdmchugh111 closed 1 month ago

jdmchugh111 commented 1 month ago

set up a rails new turlink-be -T -d="postgresql" --api, with basic gems setup, basic database (and adding /coverage to .gitignore)

epintozzi commented 1 month ago

I have assigned you both so that whoever has time to get to this first does it. If you pick up this ticket, make sure to remove the other person so no one is duplicating work.

noahdurbin commented 1 month ago

finished this but since it wasn't a PR there is no pull request to review. realized after I got started that I probably could have created a setup branch after I started. I can rework this if needed

noahdurbin commented 1 month ago

also want to check in with you James on database schema before we create the migrations

epintozzi commented 1 month ago

also want to check in with you James on database schema before we create the migrations

I would go ahead and close this ticket and create a chore ticket per db table (users and links to start probably? maybe also tags?)

jdmchugh111 commented 1 month ago

Sorry I missed all this (I'm east coast time so wasn't online this late last night). Thanks for getting this set up Noah! I think we can talk database migrations today, although I would like some feedback from @epintozzi about how she envisions tagging to work. Is it an empty field that you can assign any old tag you want? Is there a set of tags you can select from? We could also just fix forward in a few days and do the migrations for tags (and probably a joins table called LinkTags) once the frontend gets through the first two epics and we have a clearer sense of how a user might interact with the tagging feature