RubySpeeders / Drum-Roulette

Home Page:https://drum-roulette.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DR-140-transfer-users-to-musicians-table

RubySpeeders opened this issue · comments

ISSUE TEMPLATE

User Story


As a developer, I want to move all the rows from the users table into a musicians table, so that I can keep the users table free for auth and other uses later.

General Description


The scope of this ticket includes creating a musicians table and moving all the current musicians in the users table into it.

Technical Steps

  • create musicians table
  • transfer all musicians from users table into new musicians table.
  • update any Lambda logic so that /musicians endpoint still returns musicians

Acceptance Criteria

  • Replace Me!
  • Replace Me!

Accessibility Acceptance Criteria

  • Tested with voice over / screen reader on