Readme updates

This commit is contained in:
Joey Kimsey
2024-08-15 13:50:59 -04:00
parent 44dcb29060
commit 910c9646b8

View File

@ -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. 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 ## Currently being developed
- [ ] Adding documentation - [ ] 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 - [ ] Expansion of PDO to allow different database types
- [ ] Update installer to account for database deltas, allowing easy updating. - [ ] Update installer to account for database deltas, allowing easy updating.
- [ ] Implement uniformity in terms of error reporting, exceptions, logging. - [ ] 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.