diff --git a/readme.md b/readme.md index fc73fb02..2bb3d8cf 100644 --- a/readme.md +++ b/readme.md @@ -10,7 +10,7 @@ Cachet is an open source PHP status page system using the Laravel framework. ## Current Features -- Uses SQLite for a small footprint. +- Uses SQLite/MySQL. - Report statuses on: + Incidents + Components @@ -24,11 +24,14 @@ Cachet is an open source PHP status page system using the Laravel framework. - [ ] Incident reporting: - [ ] Manual. - [ ] Third-party integration to automatically create incidents. +- [ ] RESTful API. - [ ] Administration panel: - [ ] Create new incidents. - [ ] Add components. - [ ] Report on components. - - [ ] Connect to third-party services. +- [ ] Third party integration: + - [ ] Connect to third-party services and auto report using the API. + - [ ] Add components via third-party sources. # License