Skip to content

Commit ad620c7

Browse files
committed
Documentation update
Moved Design and Project Management pages into Developer Added Delivery Plan to Proj Mgt
1 parent f196cea commit ad620c7

File tree

3 files changed

+62
-11
lines changed

3 files changed

+62
-11
lines changed

docs/Design/Approach.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ the Extensions. The numbered steps in the Extensions correspond to the MSS steps
88

99
Some use cases (eg, maintaining investigators) and components (eg audit activity) are called by other use cases, (eg, create a proposal, edit a proposal). Such items are declared just once and referenced by name with a bold italic hyperlink. Click the hyperlink to see the detail and then return with the browser back button.
1010

11-
The data models can be found [***here***](https://github.com/ivoa/ProposalDM).
11+
The data models can be found in a [separate project](https://ivoa.github.io/ProposalDM/).
1212

1313
The UI is documented elsewhere.
+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
2+
# ***Delivery Plan***
3+
4+
Planned Delivery dates
5+
6+
Phase 1 :
7+
8+
Phase 2 :
9+
10+
Phase 3 :
11+
12+
13+
| Epic | Story | Phase 1 | Phase 2 | Phase 3 |
14+
|-----------------------|-----------------------------------------------------------------------------------------------|---------|---------|---------|
15+
| Manage Reference Data | UC02 Create observatory admin | Phase 1 | | |
16+
| | UC03 Configure observatory | Phase 1 | | |
17+
| | UC 04 Create new proposal cycle | Phase 1 | | |
18+
| | UC08 Create TAC Chair | | Phase 2 | |
19+
| | UC09 Add TAC members | | Phase 2 | |
20+
| | UC16 Assign internal reviewer | | Phase 2 | |
21+
| | UC17 Assign external reviewer | | Phase 2 | |
22+
| | | | | |
23+
| Deploy System | UC00 Deploy the system | Phase 1 | | |
24+
| | UC01 User registers to the system | Phase 1 | | |
25+
| | | | | |
26+
| Assemble Proposal | UC05 Create observing proposal | Phase 1 | | |
27+
| | UC06 Edit observing proposal | Phase 1 | | |
28+
| | UC07 Submit a proposal | Phase 1 | | |
29+
| | UC15 Import whole proposal | | Phase 2 | |
30+
| | UC20 Clone proposal | | Phase 2 | |
31+
| | UC21 Withdraw proposal | | | Phase 3 |
32+
| | | | | |
33+
| Consider Proposal | UC10 Review proposals | | Phase 2 | |
34+
| | UC11 Score proposals | | Phase 2 | |
35+
| | UC12 Assign observing time | | Phase 2 | |
36+
| | UC13 Inform PIs about allocation | | | Phase 3 |
37+
| | UC18 Review proposal scores | | Phase 2 | |
38+
| | UC22 Revoke allocation | | | Phase 3 |
39+
| | | | | |
40+
| Common | UC14 Export whole proposal | | Phase 2 | |
41+
| | | | | |
42+
| Manage Hardware | Procure, configure, and deliver Dev application servers,with agreed standby | Phase 1 | | |
43+
| | Procure, configure, and deliver Stage and Production application servers, with agreed standby | | Phase 2 | |
44+
| | | | | |
45+
| Manage DBMS | Procure, configure, and deliver Dev database servers, with agreed standby | Phase 1 | | |
46+
| | Procure, configure, and deliver Stage and Production database servers, with agreed standby | | Phase 2 | |
47+
| | Implement database security | Phase 1 | | |
48+
| | Implement agreed data backup strategy | Phase 1 | | |
49+
| | | | | |
50+
| Statistics | Monitor Production system usage | | | Phase 3 |
51+

mkdocs.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ nav:
2424
- Architecture: Developer/architecture.md
2525
- Data Model: Developer/ProposalDM.md
2626
- API: Developer/api.md
27+
- Design:
28+
- Approach: Design/Approach.md
29+
- Purpose and Scope: Design/PurposeAndScope.md
30+
- Business Requirements: Design/BusinessRequirements.md
31+
- Business Rules: Design/BusinessRules.md
32+
- Components: Design/Components.md
33+
- Non-functional Requirements: Design/NFRs.md
34+
- Project Management:
35+
- Project Management: Project Management/ProjectManagement.md
36+
- Delivery Plan: Project Management/DeliveryPlan.md
2737
- Deployment:
2838
- Getting Started: Deployment/index.md
29-
# 2024-06-24 mwa design and proj mgt
30-
- Design:
31-
- Approach: Design/Approach.md
32-
- Purpose and Scope: Design/PurposeAndScope.md
33-
- Business Requirements: Design/BusinessRequirements.md
34-
- Business Rules: Design/BusinessRules.md
35-
- Components: Design/Components.md
36-
- Non-functional Requirements: Design/NFRs.md
37-
- Project Management: Project Management/ProjectManagement.md
38-
# 2024-06-24 mwa
3939
theme:
4040
name: material
4141
features:

0 commit comments

Comments
 (0)