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.