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
This step is heavily focused on managing the file system and setting up the data for the application.
This step includes some sub-sections under each item in the checklist as a rough guideline of what needs to be done to accomplish that requisite. It may not reflect the actual implementation.
Requisites
The user may be able to create a Collection in any directory. The Collection is a special file (named “.vsb”) that is stored under the directory it’s created.
Define a serializable Collection structure
Create a store() and retreive() functions to store/retrieve data from/to the .vsb file
The user may be able to open a folder or directory, along with any audio file inside. The application must automatically create a Collection in place.
Some research must be done to know how to make this work exactly on each operating system
(Optionally) Passing the directory as the first argument in the CLI should open the Collection.
The user may be able to define tags for any audio file. A tag is formed of a string of up to 12 characters and an associated color. A tag may only include letters, numbers and spaces.
The text was updated successfully, but these errors were encountered:
This step is heavily focused on managing the file system and setting up the data for the application.
Requisites
The user may be able to create a Collection in any directory. The Collection is a special file (named “.vsb”) that is stored under the directory it’s created.
Collection
structurestore()
andretreive()
functions to store/retrieve data from/to the.vsb
fileThe user may be able to open a folder or directory, along with any audio file inside. The application must automatically create a Collection in place.
The user may be able to define tags for any audio file. A tag is formed of a string of up to 12 characters and an associated color. A tag may only include letters, numbers and spaces.
The text was updated successfully, but these errors were encountered: