aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGeckoEidechse <gecko.eidechse+git@pm.me>2022-08-27 14:25:24 +0200
committerGeckoEidechse <gecko.eidechse+git@pm.me>2022-08-27 14:25:24 +0200
commit678ad5e109f2e5e7982b4f529a6d5fdc0e4f5c06 (patch)
tree02d5d88d5b9270684344b28463bdf331fa848a30 /README.md
parent1bb6281062fa7cee3ce017a495a0d2248a1e721b (diff)
downloadFlightCore-678ad5e109f2e5e7982b4f529a6d5fdc0e4f5c06.tar.gz
FlightCore-678ad5e109f2e5e7982b4f529a6d5fdc0e4f5c06.zip
Add Roadmap
Diffstat (limited to 'README.md')
-rw-r--r--README.md33
1 files changed, 33 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6560fbd4..d2e21e90 100644
--- a/README.md
+++ b/README.md
@@ -43,6 +43,37 @@ tauri::Builder::default()
.manage(arc_db)
```
+## Roadmap
+
+- [ ] General
+ - [ ] Icon
+ - [ ] CI builds
+ - [ ] Self updating
+ - [ ] Self detect if outdated
+ - [ ] Self update delivery
+ - [ ] CI/CD
+ - [ ] Flatpak (with CI to push flatpak update)
+ - [ ] Chocolatey (maybe?)
+ - [ ] Option to disable self-update (for Flatpak and Chocolatey)
+ - [ ] Display current version in UI window
+ - [x] Crash report uploading (sentry.io)
+- [ ] Northstar install/launch support
+ - [ ] 1-click to get to running Northstar
+ - [ ] Detect game install path
+ - [ ] Steam
+ - [ ] Origin
+ - [ ] EA
+ - [ ] Support for multiple release channels (GitHub + Thunderstore)
+ - [ ] Launch Northstar support via gamelauncher (Steam/Origin/EA)
+ - [ ] Read-out current version from exe and mods
+- [ ] Mod install support
+ - [ ] check mod validity
+ - [ ] mod update detection
+- Extra
+- [ ] "dev mode" -> PR install support
+- [ ] get list of installed mods and export as TXT
+
+
## Development
Make sure you have the necessary dependencies installed: https://tauri.app/v1/guides/getting-started/prerequisites
@@ -74,3 +105,5 @@ npm run tauri dev
### Building
Release builds are generally done via CI. To build locally, make sure typescript is compiled (`./node_modules/.bin/rollup --config`), then run `npm run tauri build`.
+
+## Old README (to be removed)