-
Notifications
You must be signed in to change notification settings - Fork 9
File Tag Data Structure
Christopher Adams edited this page Nov 7, 2016
·
7 revisions
File tags will be used for custom tagging of files. jfiles will provide several basic tags, the user can add custom tags that they wish to use. These tags will be great for searching and organization.
These tags should be stored in a seperate database than the caching that is NOT in memory. The user would not want their custom tags lost every time they close the program.
| tag | filePath |
|---|---|
| 'Text' | -- |
| 'Music' | -- |
| 'Document' | -- |
| 'Picture' | -- |
| 'Shortcut' | -- |
| 'Duplicate' | -- |
| 'Incomplete' | -- |
- Home
- Course-Related Materials
- Development Environment
- Development Workflow
- Packages
- Guides
- Team Pages