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
Define what types of data we will use to manage Karaokanime's data.
Define a list of utility functions to manage datas: get, search, add, edit, ...
Write interfaces for these.
If these functions are short, just code them. Otherwise, open a new issue per set of functions to implement.
One file per type of data. These files will include the tables they need.
For example, playlist.ml will include playlistTable.ml.
The text was updated successfully, but these errors were encountered:
Define what types of data we will use to manage Karaokanime's data.
Define a list of utility functions to manage datas: get, search, add, edit, ...
Write interfaces for these.
If these functions are short, just code them. Otherwise, open a new issue per set of functions to implement.
One file per type of data. These files will include the tables they need.
For example,
playlist.ml
will includeplaylistTable.ml
.The text was updated successfully, but these errors were encountered: