From 03c8e961772c324b4718e0e778a2a38054b3ef6d Mon Sep 17 00:00:00 2001 From: Ben Peachey Date: Fri, 26 Nov 2021 11:30:14 +0100 Subject: [PATCH] Update the implemented feature list in project README. --- README.md | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 18822ff..d8a1729 100644 --- a/README.md +++ b/README.md @@ -179,28 +179,34 @@ The current `dev` branch of php-solid-server should pass roughly 7 out of 17 tes ## Available Features -Based on the specifications, the following features are available: +Based on the specifications, the features listed below _should_ be available. + +The checkboxes show which features _are_, and which ones _are not_. + +The underlying functionality for these features is provided by: + +- [auth] = [`pdsinterop/solid-auth`](https://github.com/pdsinterop/php-solid-auth) +- [crud] = [`pdsinterop/solid-crud`](https://github.com/pdsinterop/php-solid-crud) +- [p/s] = [`pdsinterop/solid-pubsub-server`](https://github.com/pdsinterop/php-solid-pubsub-server) +- [rdf] = [`pdsinterop/flysystem-rdf`](https://github.com/pdsinterop/flysystem-rdf) 1. User - - [ ] Authentication - - [ ] Identity - - [ ] Profiles + - [x] Authentication [auth] (since **v0.3**) + - [x] Identity (since **v0.2**) + - [x] Profiles (since **v0.2**) 2. Data storage - - [ ] Content representation - - [ ] Resource API - - [ ] HTTP REST API - - [ ] Websocket API + - [x] Content representation [rdf] (since **v0.4**) + - [x] Resource API + - [x] HTTP REST API [crud] (since **v0.4**) + - [x] Websocket API [p/s] (since **v0.6**) 3. Web Acces Control List - - [ ] Authorization (and Access Control) + - [x] Authorization (and Access Control) [crud] (since **v0.6**) 4. Social web apps - [ ] Calendar - [ ] Contacts - [ ] Friends Lists (Followers, Following) - [ ] Notifications -The checkboxes show which features are available, and which ones are not. - - ## Development ### Project structure