Skip to content

Commit

Permalink
update realization plan
Browse files Browse the repository at this point in the history
  • Loading branch information
madhavipuliraju committed Oct 12, 2017
1 parent 6f3826f commit 918a896
Showing 1 changed file with 30 additions and 31 deletions.
61 changes: 30 additions & 31 deletions src/realization-plan/index.org
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
implementing the Lab Data Service.

* Plan

** [[https://github.com/vlead/lab-data-service/milestone/8][Milestone one]]
:PROPERTIES:
:CUSTOM_ID: plan-for-milestone-one
Expand All @@ -27,34 +26,34 @@

#+caption: realization-plan
#+name: tbl-realization-plan
|-------+--------------------------+--------+----------+--------+------------+------------+-------------+-----------|
| S. | Tasks | Github | Expected | Actual | Estimated | Actual | Status | Assignee |
| NO | | Issues | Effort | Effort | Start, | Start/ | | |
| | | | (in | (in | End | End | | |
| | | | person | person | Dates | Dates | | |
| | | | hours) | hours) | | | | |
|-------+--------------------------+--------+----------+--------+------------+------------+-------------+-----------|
| 1. | Some labs are not | [[https://github.com/vlead/lab-data-service/issues/92][#92]] | 60 | 48 | 09-09-2017 | 09-09-2017 | Done | Sanchita |
| | captured in lds database | | | | 13-09-2017 | 13-09-2017 | | Mrudhvika |
|-------+--------------------------+--------+----------+--------+------------+------------+-------------+-----------|
| 2. | create a new table | [[https://github.com/vlead/lab-data-service/issues/91][#91]] | 60 | 24 | 02-10-2017 | 03-10-2017 | Done | Madhavi |
| | 'Phase' in the database | | | | 06-10-2017 | 06-10-2017 | | |
|-------+--------------------------+--------+----------+--------+------------+------------+-------------+-----------|
| 3. | Implementation of | [[https://github.com/vlead/lab-data-service/issues/95][#95]] | 8 | 6 | 09-10-2017 | 09-10-2017 | Done | Madhavi |
| | Migration Script | | | | 09-10-2017 | 09-10-2017 | | |
|-------+--------------------------+--------+----------+--------+------------+------------+-------------+-----------|
| 4. | Implementation of | [[https://github.com/vlead/lab-data-service/issues/96][#96]] | 8 | 6 | 10-10-2017 | 10-10-2017 | Done | Madhavi |
| | 'Restore' and | | | | 10-10-2017 | 10-10-2017 | | |
| | 'Backup' Scripts | | | | | | | |
|-------+--------------------------+--------+----------+--------+------------+------------+-------------+-----------|
| 5. | Deployment of | [[https://github.com/vlead/lab-data-service/issues/97][#97]] | 16 | 12 | 11-10-2017 | 11-10-2017 | In Progress | Madhavi |
| | 'lab-data-service' | | | | 12-10-2017 | 12-10-2017 | | |
| | on Testing and | | | | | | | |
| | Staging Environments | | | | | | | |
|-------+--------------------------+--------+----------+--------+------------+------------+-------------+-----------|
| = | | | | | | | | |
| Total | | | 152 | | | | | |
| ^ | | | total | | | | | |
|-------+--------------------------+--------+----------+--------+------------+------------+-------------+-----------|
#+TBLFM: $total=vsum(@II+1..@-1)
|-------+--------------------------+--------+-----------+--------+------------+------------+--------+-----------|
| S. | Tasks | Github | Expected | Actual | Estimated | Actual | Status | Assignee |
| NO | | Issues | Effort | Effort | Start, | Start/ | | |
| | | | (in | (in | End | End | | |
| | | | person | person | Dates | Dates | | |
| | | | hours) | hours) | | | | |
|-------+--------------------------+--------+-----------+--------+------------+------------+--------+-----------|
| 1. | Some labs are not | [[https://github.com/vlead/lab-data-service/issues/92][#92]] | 60 | 48 | 09-09-2017 | 09-09-2017 | Done | Sanchita |
| | captured in lds database | | | | 13-09-2017 | 13-09-2017 | | Mrudhvika |
|-------+--------------------------+--------+-----------+--------+------------+------------+--------+-----------|
| 2. | create a new table | [[https://github.com/vlead/lab-data-service/issues/91][#91]] | 60 | 24 | 02-10-2017 | 03-10-2017 | Done | Madhavi |
| | 'Phase' in the database | | | | 06-10-2017 | 06-10-2017 | | |
|-------+--------------------------+--------+-----------+--------+------------+------------+--------+-----------|
| 3. | Implementation of | [[https://github.com/vlead/lab-data-service/issues/95][#95]] | 8 | 6 | 09-10-2017 | 09-10-2017 | Done | Madhavi |
| | Migration Script | | | | 09-10-2017 | 09-10-2017 | | |
|-------+--------------------------+--------+-----------+--------+------------+------------+--------+-----------|
| 4. | Implementation of | [[https://github.com/vlead/lab-data-service/issues/96][#96]] | 8 | 6 | 10-10-2017 | 10-10-2017 | Done | Madhavi |
| | 'Restore' and | | | | 10-10-2017 | 10-10-2017 | | |
| | 'Backup' Scripts | | | | | | | |
|-------+--------------------------+--------+-----------+--------+------------+------------+--------+-----------|
| 5. | Deployment of | [[https://github.com/vlead/lab-data-service/issues/97][#97]] | 16 | 12 | 11-10-2017 | 11-10-2017 | Done | Madhavi |
| | 'lab-data-service' | | | | 12-10-2017 | 12-10-2017 | | |
| | on Testing and | | | | | | | |
| | Staging Environments | | | | | | | |
|-------+--------------------------+--------+-----------+--------+------------+------------+--------+-----------|
| Total | | | 153 | 96 | | | | |
| ^ | | | estimated | actual | | | | |
|-------+--------------------------+--------+-----------+--------+------------+------------+--------+-----------|
#+TBLFM: $estimated=vsum(@II+1..@-1)
#+TBLFM: $actual=vsum(@II+1..@-1)

0 comments on commit 918a896

Please sign in to comment.