You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 👀
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
The text was updated successfully, but these errors were encountered: