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
Copy file name to clipboardExpand all lines: docs/index.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ title: Home
5
5
# Welcome to the TagStudio Documentation!
6
6
7
7
!!! warning
8
-
This documentation is still a work in progress, and is intended to aide with deconstructing and understanding of the core mechanics of TagStudio and how it operates.
8
+
This documentation is still a work in progress, and is intended to aide with deconstructing and understanding of the core mechanics of TagStudio and how it operates.
9
9
10
10

11
11
@@ -31,6 +31,10 @@ TagStudio is a photo & file organization application with an underlying system t
31
31
3.**The application.** If nothing else, TagStudio the application serves as the first (and so far only) implementation for this system of metadata management. This has the responsibility of doing the idea justice and showing just what’s possible when it comes to user file management.
32
32
4. (The name.) I think it’s fine for an app or client, but it doesn’t really make sense for a system or standard. I suppose this will evolve with time.
33
33
34
+
## Feature Roadmap
35
+
36
+
The [feature roadmap](updates/roadmap.md) lists all of the planned core features for TagStudio to be considered "feature complete" along with estimated release milestones. The development and testing of these features takes priority over all other requested or submitted features unless they are later added to this roadmap. This helps ensure that TagStudio eventually sees a full release and becomes more usable by more people more quickly.
37
+
34
38
## Current Features
35
39
36
40
- Create libraries/vaults centered around a system directory. Libraries contain a series of entries: the representations of your files combined with metadata fields. Each entry represents a file in your library’s directory, and is linked to its location.
@@ -42,10 +46,6 @@ TagStudio is a photo & file organization application with an underlying system t
42
46
- Search for entries based on tags, ~~metadata~~ (TBA), or filenames/filetypes (using `filename: <query>`)
43
47
- Special search conditions for entries that are: `untagged`/`no tags` and `empty`/`no fields`.
44
48
45
-
## Feature Roadmap
46
-
47
-
The [feature roadmap](updates/roadmap.md) lists all of the planned core features for TagStudio to be considered "feature complete" along with estimated release milestones. The development and testing of these features takes priority over all other requested or submitted features unless they are later added to this roadmap. This helps ensure that TagStudio eventually sees a full release and becomes more usable by more people more quickly.
Copy file name to clipboardExpand all lines: docs/updates/roadmap.md
+29-27Lines changed: 29 additions & 27 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
-
# TagStudio Roadmap
1
+
# Roadmap
2
2
3
3
This checklist details the current and remaining features required at a minimum for TagStudio to be considered “Feature Complete”. This list is _not_ a definitive list for additional feature requests and PRs as they come in, but rather an outline of my personal core feature set intended for TagStudio.
4
4
5
5
## Priorities
6
6
7
7
Features are broken up into the following priority levels, with nested priorities referencing their relative priority for the overall feature (i.e. A [LOW] priority feature can have a [HIGH] priority element but it otherwise still a [LOW] priority item overall):
8
8
9
-
- HIGH - Core feature
10
-
- MEDIUM - Important but not necessary
11
-
- LOW - Just nice to have
9
+
-[HIGH] - Core feature
10
+
-[MEDIUM] - Important but not necessary
11
+
-[LOW] - Just nice to have
12
12
13
13
## Core Feature List
14
14
@@ -19,15 +19,15 @@ Features are broken up into the following priority levels, with nested prioritie
19
19
-[x] Tag shorthand (specific short alias for displaying) [HIGH]
These version milestones are rough estimations for when the previous core features will be added. For a more definitive idea for when features are coming, please reference the current GitHub [milestones](https://github.com/TagStudioDev/TagStudio/milestones).
145
147
146
-
### 9.5
148
+
### 9.5 (Alpha)
147
149
148
150
-[ ] SQL backend [HIGH]
149
151
-[ ] Multiple Root Directories per Library [HIGH]
@@ -178,7 +180,7 @@ These version milestones are rough estimations for when the previous core featur
178
180
-[ ] Optimizations [HIGH]
179
181
-[ ] Thumbnail caching [HIGH]
180
182
181
-
### 9.6
183
+
### 9.6 (Alpha)
182
184
183
185
-[ ] Tags [HIGH]
184
186
-[ ] Composition/HAS subtags [HIGH]
@@ -199,7 +201,7 @@ These version milestones are rough estimations for when the previous core featur
199
201
-[ ] Dates [HIGH]
200
202
-[ ] Custom field names [HIGH]
201
203
202
-
### 9.7
204
+
### 9.7 (Alpha)
203
205
204
206
-[ ] Configurable Thumbnails [MEDIUM]
205
207
-[ ] Toggle File Extension Label [MEDIUM]
@@ -241,7 +243,7 @@ These version milestones are rough estimations for when the previous core featur
241
243
-[ ] Set field content [HIGH]
242
244
-[ ][...]
243
245
244
-
### 9.9
246
+
### 9.9 (Possible Beta)
245
247
246
248
-[ ] Tag Packs [MEDIUM]
247
249
-[ ] Human-readable (i.e. JSON) files containing tag data [HIGH]
@@ -255,7 +257,7 @@ These version milestones are rough estimations for when the previous core featur
255
257
-[ ] Exportable Library Data [HIGH]
256
258
-[ ] Standard notation format (i.e. JSON) contacting all library data [HIGH]
257
259
258
-
### 10.0
260
+
### 10.0 (Possible Beta/Full Release)
259
261
260
262
-[ ] All remaining [HIGH] and optional [MEDIUM] features
0 commit comments