From ef962f962e7fb6f1483d79fb707f818f11c64457 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Thu, 20 Nov 2014 17:18:38 +0000 Subject: [PATCH] Update README to reflect more goals --- readme.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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