Browse Source

Rearrange road map.

scossu 3 ngày trước cách đây
mục cha
commit
b4328e8559
1 tập tin đã thay đổi với 26 bổ sung25 xóa
  1. 26 25
      doc/roadmap.md

+ 26 - 25
doc/roadmap.md

@@ -13,7 +13,7 @@ usage and opportunities for expanding adoption in relevant areas.
 
 ❏ = pending; ⚒ = in progress; ⎊ = blocked; ✓ = complete; ✖︎ = not implemented.
 
-## Prototype (design -> alpha) — DONE
+## Prototype (design -> alpha)
 
 - Configuration + config parser
   - Application
@@ -46,43 +46,24 @@ usage and opportunities for expanding adoption in relevant areas.
 - QA
   - ~50 resource data set
 
-## Basic application (alpha -> beta -> v1.0) — IN PROGRESS
+## Basic application (alpha -> beta -> v1.0)
 
 - ✖︎ Management UI & API
   - ✖︎ Deposit via single tar or zip file submission
--  submission
+-  submission
   - ✓ Watch local folder and trigger submission
     - ✓ Option to regenerate site after submission
     - ✓ Option to clean up sources & LL on success
-  -  Submission report
+  -  Submission report
   - ✓ Deleting resources
 - ✓ Proper collection handling
   - ✓ Dedicated template
   - ✓ Link to markdown doc for presentation page
   - ✓ Handle artifacts as members
-- ⚒ Preservation
-  - ✓ Dump archive RDF
-  - ❏ Backup full environment (including config)
-  - ❏ Restore whole archive from RDF & data folder
-- ⚒ Content model
+- ✓ Content model
   - ✓ Generate content model documentation (HTML)
-  - ❏ Multilingual support
   - ✓ Content model dump (CLI)
   - ✓ Local overrides
-- ⚒ Presentation
-  - ⎊ Generate site for one collection only
-  - ✓ Generate LL for submission
-  - ✓ htmlgen option for local file or webserver URL generation
-  - ✖︎ Generate RDF (multi) [addressed by dump archive RDF]
-- ❏ Front end
-  - ✓ Mobile-friendly layout
-  - ❏ Enhanced styling and access
-  - ❏ Category browsing
-  - ❏ Improve search indexing
-- ❏ Testing
-    - ❏ Unit tests (Busted)
-    - ⚒ Roundtrip submission, download LL, update, resubmission
-    - ⚒ >100 resource data set
 - ⚒ Documentation
   - ✓ Break main sections off README
   - ✓ Watchdog process guide
@@ -92,9 +73,29 @@ usage and opportunities for expanding adoption in relevant areas.
   - ✓ Glossary
   - ❏ Site generation guide
   - ⚒ API documentation (ldoc)
+- ❏ Testing
+    - ❏ Unit tests (Busted)
+    - ⚒ Roundtrip submission, download LL, update, resubmission
+    - ⚒ >100 resource data set
+- ⚒ Presentation
+  - ⎊ Generate site for one collection only
+  - ✓ Generate LL for submission
+  - ✓ htmlgen option for local file or webserver URL generation
+  - ✖︎ Generate RDF (multi) [addressed by dump archive RDF]
+  - ✓ Mobile-friendly layout
+  - ❏ Enhanced styling and access
+  - ❏ Category browsing
+  - ❏ Improve search indexing
+- ⚒ Preservation
+  - ✓ Dump archive RDF
+  - ❏ Backup full environment (including config)
+  - ❏ Restore whole archive from RDF & data folder
+
+## ❏ Post-release wishlist
 
-## Post-release wishlist
+(will be turned into separate release plans)
 
+- Multilingual support
 - ✖︎ Deposit via remote hot folder
   - FTP [Addressed by separate FTP server]
   - S3 [Not a good choice - See remote deposit guide]