From 910c9646b8372c8acc4a9e0e9894c7b75f6f18a8 Mon Sep 17 00:00:00 2001 From: Joey Kimsey Date: Thu, 15 Aug 2024 13:50:59 -0400 Subject: [PATCH] Readme updates --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f688c93..1826f1c 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,11 @@ TheTempusProject is an open source project and welcomes community contributions. See the [LICENSE](LICENSE) file for licensing information as it pertains to files in this repository. +## Known Issues + +- [ ] The blog plugin should add a welcome post during the installResources step of the installer. It doesn't work right now. +- [ ] When using composer, the admin panel should display dependency information but it doesn't work. + ## Currently being developed - [ ] Adding documentation @@ -123,3 +128,5 @@ See the [LICENSE](LICENSE) file for licensing information as it pertains to file - [ ] Expansion of PDO to allow different database types - [ ] Update installer to account for database deltas, allowing easy updating. - [ ] Implement uniformity in terms of error reporting, exceptions, logging. +- [ ] I want to make an api that allows you to download and install new plugins from a centralized repository +- [ ] i want plugin instalation to be compatible with composer for easier management of added plugins.