Skip to content

Commit

Permalink
Add file_description tagging schemes to DB docs 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqksoliman committed Oct 25, 2023
1 parent f3ad3f8 commit 5fddb04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/pages/Database/DrawTool/DrawTool.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ The `user_files` table stores an entry for each file a user created via the Draw
- `file_owner_group`: In special cases, a group of users can be the owner of a file. This is currently hardcoded only for Lead users.
- `file_name`: The name of the drawing file.
- `file_description`: The description of the file. File tags also get encoded into this description field based on the following:
- ` ~^{str}`: denotes that this file is in a `{tag}` elevated(/prioritized) folder of the Draw Tool.
- ` ~@{str}`: denotes that this file is in a `{tag}` folder of the Draw Tool.
- ` ~#{str}`: denotes that this file has a tag of the name `{str}`
- ` ~^{str}`: denotes that this file is in a '{tag}' elevated(/prioritized) folder of the Draw Tool.
- ` ~@{str}`: denotes that this file is in a '{tag}' folder of the Draw Tool.
- ` ~#{str}`: denotes that this file has a tag of the name '{str}'
Ex. `This is the visible description. ~^elevFolder1 ~@normalFolder ~#tag1 ~#tag2`
- `is_master`: Is this file one of the default Lead files.
- `intent`: States the purpose of the file. While being deprecated, Lead Maps still uses this to differentiate between ROIs, Campaigns, etc. This field is important when uses the review/publish functionality.
Expand Down

0 comments on commit 5fddb04

Please sign in to comment.