Skip to content
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

Open
wants to merge 16 commits into
base: main
Choose a base branch
from
Open

setlist and songUpdates #14

wants to merge 16 commits into from

Commits on Jan 26, 2023

  1. 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.
    kstolte committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    fc5228a View commit details
    Browse the repository at this point in the history
  2. 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.
    kstolte committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    0d85de0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1cef83e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a822e8 View commit details
    Browse the repository at this point in the history
  5. test: adding some basic working data in prisma

    added song in user id 3 and some categories
    kstolte committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    42d3af5 View commit details
    Browse the repository at this point in the history
  6. 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.
    kstolte committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    4dfd633 View commit details
    Browse the repository at this point in the history
  7. 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.
    kstolte committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    c55e26a View commit details
    Browse the repository at this point in the history
  8. 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.
    kstolte committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    aa29c69 View commit details
    Browse the repository at this point in the history
  9. removing claimedPublicDomain at this time

    was having too many issues with the form updating and what not. Proabbly have to be a controlled input?
    kstolte committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    2f2c8ec View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    76cec09 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e59f205 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b78266e View commit details
    Browse the repository at this point in the history
  13. swapping runtimes

    kstolte committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    70de7ab View commit details
    Browse the repository at this point in the history
  14. create mock song in seed

    kstolte committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    2e4b86a View commit details
    Browse the repository at this point in the history
  15. formatruntime

    kstolte committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    eea5afc View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2023

  1. Configuration menu
    Copy the full SHA
    e554228 View commit details
    Browse the repository at this point in the history