diff options
author | Christopher Baines <mail@cbaines.net> | 2019-09-23 16:49:20 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2019-09-23 16:49:20 +0100 |
commit | bb94f6dd05a33135fa661b86d35d203c0c099dba (patch) | |
tree | e26e233922b5e96ca9ed1a6bbea87a85c982a82f /README | |
parent | b96bc58422222ff883c517615052add6869fc6c9 (diff) | |
download | data-service-bb94f6dd05a33135fa661b86d35d203c0c099dba.tar data-service-bb94f6dd05a33135fa661b86d35d203c0c099dba.tar.gz |
Add a Roadmap section to the README
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -123,3 +123,19 @@ change the code and see those changes, try chaging the "Guix Data Service" text within the index function, in the =(guix-data-service web view html)= module (contained in the =guix-data-service/web/view/html.scm= file). That text appears towards the top of the index page (the page with the path =/=). + +* Roadmap + +Ideas for future enhancements to the Guix Data Service, in no particular +order. + +** WebSub support for subscribing to branches and other changable state +** Support for viewing the history of a package on a branch +** Link to other sites (Free Software Directory, Wikidata, Debian, ...) +** Track package replacements (grafts) +** Load in derivations related to =guix pull= +** Load in the derivations for system tests within Guix +** Provide data in RDF formats (TTL, XML, ...) +** Provide statistics about Guix over time (including graphs) +** Pull in data from build servers about derivation builds +** Provide a way to compare two derivations |