bootstrap garwarp planning scaffold
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
9558cc4ff3cb3eff8ef168e45469a84200eb8fba- Tree
2dbd9bf
9558cc4
9558cc4ff3cb3eff8ef168e45469a84200eb8fba2dbd9bf| Status | File | + | - |
|---|---|---|---|
| A |
.gitignore
|
18 | 0 |
| A |
README.md
|
10 | 0 |
.gitignoreadded@@ -0,0 +1,18 @@ | |||
| 1 | +# Build artifacts | ||
| 2 | +/target/ | ||
| 3 | +**/*.rs.bk | ||
| 4 | + | ||
| 5 | +# IDE | ||
| 6 | +.idea/ | ||
| 7 | +.vscode/ | ||
| 8 | +*.swp | ||
| 9 | +*.swo | ||
| 10 | +*~ | ||
| 11 | + | ||
| 12 | +# OS | ||
| 13 | +.DS_Store | ||
| 14 | +Thumbs.db | ||
| 15 | + | ||
| 16 | +# Planning docs (local only) | ||
| 17 | +/docs/overview.md | ||
| 18 | +/docs/sprints/ | ||
README.mdadded@@ -0,0 +1,10 @@ | |||
| 1 | +# garwarp | ||
| 2 | + | ||
| 3 | +`garwarp` is the Gardesk XDG desktop portal backend project. | ||
| 4 | + | ||
| 5 | +Primary scope for the first implementation track: | ||
| 6 | +1. Screenshot portal backend flows. | ||
| 7 | +2. OpenURI/OpenFile portal backend flows. | ||
| 8 | +3. App chooser and app-integration portal flows. | ||
| 9 | + | ||
| 10 | +Planning documents live in `docs/` and are currently local-only. | ||