diff --git a/TODO.md b/TODO.md index b73c380..ec7ef23 100644 --- a/TODO.md +++ b/TODO.md @@ -1,40 +1,4 @@ - [ ] Active actions should have states and allow us to set them as Success/Failure/Executing accordingly - Is this really needed? - Open issue once public and ask for use cases that couldn't be solved without it -- [ ] Examples should have clear use cases we want to show off - ---- Sort out the traits naming drama - - ~ActionBuilder~ - ActionComponent - ~ActionTrait~ - - DatumComponent - EnumDatum - - GoalTrait - MutatorTrait - Precondition - - // Internal mostly - InserterComponent - - - -InserterComponent is really something we use to have our Datum inside of Bevy ECS, and syncing -the data from those to the LocalState of our planner - -Should come up with a better name. - - - - - -Why is there three action traits, ActionBuilder, ActionComponent and ActionTrait? - - -ActionTrait should just be impl directly on Action, need to replace some stuff - -First replace cost [X] - -We need to figure out how to get rid of as much code as we humanly could. \ No newline at end of file +- [ ] Examples should have clear use cases we want to show off \ No newline at end of file diff --git a/docs/01-overview.md b/docs/01-overview.md deleted file mode 100644 index 07dd0c5..0000000 --- a/docs/01-overview.md +++ /dev/null @@ -1 +0,0 @@ -# Overview diff --git a/docs/02-goap.md b/docs/02-goap.md deleted file mode 100644 index e69de29..0000000 diff --git a/docs/03-dogoap.md b/docs/03-dogoap.md deleted file mode 100644 index e69de29..0000000 diff --git a/docs/04-api.md b/docs/04-api.md deleted file mode 100644 index e69de29..0000000 diff --git a/docs/05-use-cases.md b/docs/05-use-cases.md deleted file mode 100644 index e69de29..0000000 diff --git a/docs/06-glossary.md b/docs/glossary.md similarity index 100% rename from docs/06-glossary.md rename to docs/glossary.md