From 84eb50c4751b4c15931b3dc5783909a03dd68b35 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 17 Nov 2014 00:06:37 +0000 Subject: [PATCH] Include features and more goals within the readme --- readme.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3028b1ca..52c37e30 100644 --- a/readme.md +++ b/readme.md @@ -8,14 +8,27 @@ Cachet is an open source PHP status page system using the Laravel framework. ![Current progress](https://dl.dropboxusercontent.com/u/7323096/cachet.png) +## Current Features + +- Uses SQLite for a small footprint. +- Report statuses on: + + Incidents + + Components +- Uses Bootstrap 3 for a easy to modify, smooth layout. + ## Goals - [ ] Configuration: - [ ] Individual sites. - [ ] Colours and themes. -- [ ] Incident reporting. +- [ ] Incident reporting: - [ ] Manual. - [ ] Third-party integration to automatically create incidents. +- [ ] Administration panel: + - [ ] Create new incidents. + - [ ] Add components. + - [ ] Report on components. + - [ ] Connect to third-party services. # License