Skip to content

Commit

Permalink
turn todo into kanban format
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottKirvan committed Sep 13, 2023
1 parent 9ae313e commit 7152285
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 46 deletions.
34 changes: 0 additions & 34 deletions notes/KANBAN WHITEBOARD.md

This file was deleted.

36 changes: 24 additions & 12 deletions notes/TODO.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
TODO
----
See current TODO project/list on [GitHub](https://github.com/users/ScottKirvan/projects/1)
---

In Progress
-----------
kanban-plugin: basic

Done ✓
------
---

## TODO
- [ ] change default template location

## In Progress

## Done ✓
- [x] add a list of all the registry keys that are created/touched, so that they can be found manually if needed
- [x] get this in github
- [x] document unc path issue
Expand All @@ -19,11 +22,20 @@ Done ✓
- [x] roll this into a standard windows installer
- [x] fix ipsum on the installer welcome page
- [x] implement better error handling - there's still some characters that are invalid in UE project files
- [ ] the main script
- [ ] registry keys
- [ ] resources
- [ ] UE5 Template
- [ ] Enable Windows Classic right-click menu
- [ ] change install location
- [ ] shortcuts to docs
- [ ] option to open docs at end of install

## Not Gonna Do ✓


Not Gonna Do ✓
------
- [x] something to ponder: doing this in scooterutils will let is know where the engine is located at install-time
- [x] switch Statement using 'call' - for handling of type of context click and for errors - #someday/maybe
- [x] simplify code by setting up var strings before doing the actual work - #someday/maybe
%% kanban:settings
```
{"kanban-plugin":"basic"}
```
%%

0 comments on commit 7152285

Please sign in to comment.