|
1 | 1 | # diffCheck |
2 | 2 | Temporary repository for diffCheck |
| 3 | + |
| 4 | +## Roadmap |
| 5 | + |
| 6 | +```mermaid |
| 7 | +gantt |
| 8 | + dateFormat YYYY-MM-DD |
| 9 | + title diffCheck - general overview |
| 10 | + excludes weekends |
| 11 | +
|
| 12 | + section Publication |
| 13 | + Abstract edition :active, absed, 2024-03-01, 2024-03-15 |
| 14 | + Submission abstract ICSA :milestone, icsaabs, 2024-03-15, 0d |
| 15 | + Paper edition :paperd, 2024-10-01, 2024-10-30 |
| 16 | + Submission paper ICSA :milestone, icsapap, 2024-10-30, 0d |
| 17 | +
|
| 18 | + section Code development |
| 19 | + Backend development :backenddev, after icsaabs, 6w |
| 20 | + Rhino/Grasshopper integration :rhghinteg, after backenddev, 6w |
| 21 | + Documentation & Interface :docuint, after fabar, 3w |
| 22 | +
|
| 23 | + section Prototype testing |
| 24 | + Fabrication of AR Prototype :crit, fabar, 2024-07-01, 2024-08-30 |
| 25 | + Fabrication of CNC Prototype :crit, fabcnc, 2024-07-01, 2024-08-30 |
| 26 | + Fabrication of Robot Prototype :crit, fabrob, 2024-07-01, 2024-08-30 |
| 27 | + Data collection and evaluation :dataeval, after fabrob, 4w |
| 28 | +``` |
| 29 | + |
| 30 | +```mermaid |
| 31 | +gantt |
| 32 | + dateFormat YYYY-MM-DD |
| 33 | + title diffCheck - backend dev |
| 34 | + excludes weekends |
| 35 | +
|
| 36 | + data i/o :active, dataio, 2024-03-15, 1w |
| 37 | + global registration :glbreg, after dataio, 2w |
| 38 | + semantic seg. from 3D model :semseg, after glbreg, 1w |
| 39 | + local registration :locreg, after semseg, 2w |
| 40 | + error computation + results :errcomp, after locreg, 1w |
| 41 | +``` |
0 commit comments