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

Create storage and an API to CRUD songs via commands #1

Open
majorbruteforce opened this issue Mar 12, 2024 · 3 comments
Open

Create storage and an API to CRUD songs via commands #1

majorbruteforce opened this issue Mar 12, 2024 · 3 comments

Comments

@majorbruteforce
Copy link
Member

  • Create a basic interface using bubble tea/ gum that can take in a songs name and add it to the database (this will be needed for song history, playlists and other list-type features on the app. Let's call them libraries)
  • Update elements of library
  • Delete elements of library
  • Show the libraries (Read)

We will be using an embedded database but we should use LevelDB (nosql) or SQLite (sql) instead of NeDB as they provide additional features such as concurrency, transactions and querying capabilities which we will need while developing the P2P system.

CC: @zakhaev26

@majorbruteforce
Copy link
Member Author

@zakhaev26 SQL or NoSQL?

@majorbruteforce
Copy link
Member Author

majorbruteforce commented Mar 12, 2024

Had a quick look at charm's utilities. I think we should use bubble tea + bubbles + lip gloss for the UI now. We can use harmonica for some animations 👀

@zakhaev26
Copy link
Member

zakhaev26 commented Mar 12, 2024

@zakhaev26 SQL or NoSQL?

Let's try something new. Sql it is

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants