-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setlist and songUpdates #14
base: main
Are you sure you want to change the base?
Commits on Jan 26, 2023
-
fix(songs): restricting the fetching of songs to just the ones that t…
…he user created for now Not sure if this is what we were thinking of for the MVP or if it was going to be a free for all and users could use eachothers songs.
Configuration menu - View commit details
-
Copy full SHA for fc5228a - Browse repository at this point
Copy the full SHA fc5228aView commit details -
feat(db): adding author for setlist
a user should be able to only get their created setlists. more than likely this will be more of an organization or band hierarchy kinda thing but for mvp this will work.
Configuration menu - View commit details
-
Copy full SHA for 0d85de0 - Browse repository at this point
Copy the full SHA 0d85de0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1cef83e - Browse repository at this point
Copy the full SHA 1cef83eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a822e8 - Browse repository at this point
Copy the full SHA 4a822e8View commit details -
test: adding some basic working data in prisma
added song in user id 3 and some categories
Configuration menu - View commit details
-
Copy full SHA for 42d3af5 - Browse repository at this point
Copy the full SHA 42d3af5View commit details -
chore(scripts): db:hard-refresh for destroying the database and reseed
faster local dev interations for when the database needs to be hard reset and starting from scratch.
Configuration menu - View commit details
-
Copy full SHA for 4dfd633 - Browse repository at this point
Copy the full SHA 4dfd633View commit details -
feat(helpers): bringing over some time formatting
The format time was from our implementation in lumastic-app, the format runtime is for computing the friendly version of the stored seconds of runtime.
Configuration menu - View commit details
-
Copy full SHA for c55e26a - Browse repository at this point
Copy the full SHA c55e26aView commit details -
build(package.json): adding momentjs for display of local time
this should be evaluated and removed if necessary, i believe our implementation of the library is probably covered in standard JS at this time.
Configuration menu - View commit details
-
Copy full SHA for aa29c69 - Browse repository at this point
Copy the full SHA aa29c69View commit details -
removing claimedPublicDomain at this time
was having too many issues with the form updating and what not. Proabbly have to be a controlled input?
Configuration menu - View commit details
-
Copy full SHA for 2f2c8ec - Browse repository at this point
Copy the full SHA 2f2c8ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 76cec09 - Browse repository at this point
Copy the full SHA 76cec09View commit details -
Configuration menu - View commit details
-
Copy full SHA for e59f205 - Browse repository at this point
Copy the full SHA e59f205View commit details -
Configuration menu - View commit details
-
Copy full SHA for b78266e - Browse repository at this point
Copy the full SHA b78266eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 70de7ab - Browse repository at this point
Copy the full SHA 70de7abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e4b86a - Browse repository at this point
Copy the full SHA 2e4b86aView commit details -
Configuration menu - View commit details
-
Copy full SHA for eea5afc - Browse repository at this point
Copy the full SHA eea5afcView commit details
Commits on Jan 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e554228 - Browse repository at this point
Copy the full SHA e554228View commit details