Skip to content
This repository was archived by the owner on Nov 26, 2025. It is now read-only.

Commit eef3600

Browse files
committed
agile: backlog grooming
1 parent f9ff546 commit eef3600

1 file changed

Lines changed: 37 additions & 25 deletions

File tree

doc/agile/v1/sprint_backlog_27.org

Lines changed: 37 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -14,28 +14,29 @@
1414
** Active
1515

1616
#+begin: clocktable :maxlevel 3 :scope subtree :indent nil :emphasize nil :scope file :narrow 75 :formula %
17-
#+CAPTION: Clock summary at [2020-09-20 Sun 09:40]
17+
#+CAPTION: Clock summary at [2020-09-20 Sun 16:27]
1818
| <75> | | | | |
1919
| Headline | Time | | | % |
2020
|----------------------------------------------------+---------+-------+-------+-------|
21-
| *Total time* | *81:27* | | | 100.0 |
21+
| *Total time* | *82:42* | | | 100.0 |
2222
|----------------------------------------------------+---------+-------+-------+-------|
23-
| Stories | 81:27 | | | 100.0 |
24-
| Active | | 81:27 | | 100.0 |
25-
| Edit release notes for previous sprint | | | 7:15 | 8.9 |
23+
| Stories | 82:42 | | | 100.0 |
24+
| Active | | 82:42 | | 100.0 |
25+
| Edit release notes for previous sprint | | | 7:15 | 8.8 |
2626
| Create a demo and presentation for previous sprint | | | 0:41 | 0.8 |
27-
| Sprint and product backlog grooming | | | 2:26 | 3.0 |
28-
| Nightly nursing and other spikes | | | 4:22 | 5.4 |
29-
| Create an =ident= model | | | 42:02 | 51.6 |
27+
| Sprint and product backlog grooming | | | 2:26 | 2.9 |
28+
| Nightly nursing and other spikes | | | 4:22 | 5.3 |
29+
| Create an =ident= model | | | 42:02 | 50.8 |
3030
| Rename injection to codec | | | 0:48 | 1.0 |
3131
| Add artefact's archetype to artefact class | | | 0:07 | 0.1 |
3232
| Remove support for split projects | | | 0:07 | 0.1 |
3333
| Create a logical to physical projector | | | 0:45 | 0.9 |
34-
| Clean up the Logical-physical model | | | 5:49 | 7.1 |
34+
| Clean up the Logical-physical model | | | 5:49 | 7.0 |
35+
| Empty path ID error in logs | | | 1:15 | 1.5 |
3536
| Implement meta-name validator correctly | | | 0:17 | 0.3 |
3637
| Add dependencies to artefacts | | | 2:28 | 3.0 |
37-
| Add instances of physical meta-model elements | | | 8:48 | 10.8 |
38-
| Add full and relative path processing to PM | | | 5:32 | 6.8 |
38+
| Add instances of physical meta-model elements | | | 8:48 | 10.6 |
39+
| Add full and relative path processing to PM | | | 5:32 | 6.7 |
3940
#+TBLFM: $5='(org-clock-time%-mod @3$2 $2..$4);%.1f
4041
#+end:
4142

@@ -1063,6 +1064,31 @@ Notes:
10631064
of silly things there.
10641065
- rename artefact set to physical region to match text model.
10651066

1067+
*** COMPLETED Empty path ID error in logs :story:
1068+
CLOSED: [2020-09-20 Sun 16:27]
1069+
:LOGBOOK:
1070+
CLOCK: [2020-09-20 Sun 15:12]--[2020-09-20 Sun 16:27] => 1:15
1071+
:END:
1072+
1073+
We now generate lots of these:
1074+
1075+
: 2020-09-18 11:38:49.874503 [ERROR] [orchestration.transforms.text_model_to_physical_model_transform] Artefact has an empty path. ID: { "__type__": "dogen::identification::entities::physical_id", "value": "<global_module><masd.cpp.types.namespace_header>" }
1076+
: 2020-09-18 11:38:49.874509 [ERROR] [orchestration.transforms.text_model_to_physical_model_transform] Artefact has an empty path. ID: { "__type__": "dogen::identification::entities::physical_id", "value": "<cpp_ref_impl.profiles><masd.cpp.types.namespace_header>" }
1077+
: 2020-09-18 11:38:49.874512 [ERROR] [orchestration.transforms.text_model_to_physical_model_transform] Artefact has an empty path. ID: { "__type__": "dogen::identification::entities::physical_id", "value": "<masd.lam><masd.cpp.types.namespace_header>" }
1078+
: 2020-09-18 11:38:49.874516 [ERROR] [orchestration.transforms.text_model_to_physical_model_transform] Artefact has an empty path. ID: { "__type__": "dogen::identification::entities::physical_id", "value": "<masd.lam.text><masd.cpp.types.namespace_header>" }
1079+
: 2020-09-18 11:38:49.874520 [ERROR] [orchestration.transforms.text_model_to_physical_model_transform] Artefact has an empty path. ID: { "__type__": "dogen::identification::entities::physical_id", "value": "<cpp_ref_impl.profiles.composable><masd.cpp.types.namespace_heade
1080+
1081+
Once this is fixed we can probably get rid of
1082+
=text_model_to_physical_model_transform=. It is just doing the
1083+
filtering of paths now.
1084+
1085+
Notes:
1086+
1087+
- the problem is that we have all artefacts in the model, including
1088+
non generatable ones. The non-generatable ones do not have paths
1089+
populated. We should probably have a transform that filters
1090+
non-generatable artefacts in the physical model.
1091+
10661092
*** STARTED Implement meta-name validator correctly :story:
10671093
:LOGBOOK:
10681094
CLOCK: [2020-09-11 Fri 10:30]--[2020-09-11 Fri 10:47] => 0:17
@@ -1328,20 +1354,6 @@ The backend transform should:
13281354

13291355
Check backlog for a story on this.
13301356

1331-
*** Empty path ID error in logs :story:
1332-
1333-
We now generate lots of these:
1334-
1335-
: 2020-09-18 11:38:49.874503 [ERROR] [orchestration.transforms.text_model_to_physical_model_transform] Artefact has an empty path. ID: { "__type__": "dogen::identification::entities::physical_id", "value": "<global_module><masd.cpp.types.namespace_header>" }
1336-
: 2020-09-18 11:38:49.874509 [ERROR] [orchestration.transforms.text_model_to_physical_model_transform] Artefact has an empty path. ID: { "__type__": "dogen::identification::entities::physical_id", "value": "<cpp_ref_impl.profiles><masd.cpp.types.namespace_header>" }
1337-
: 2020-09-18 11:38:49.874512 [ERROR] [orchestration.transforms.text_model_to_physical_model_transform] Artefact has an empty path. ID: { "__type__": "dogen::identification::entities::physical_id", "value": "<masd.lam><masd.cpp.types.namespace_header>" }
1338-
: 2020-09-18 11:38:49.874516 [ERROR] [orchestration.transforms.text_model_to_physical_model_transform] Artefact has an empty path. ID: { "__type__": "dogen::identification::entities::physical_id", "value": "<masd.lam.text><masd.cpp.types.namespace_header>" }
1339-
: 2020-09-18 11:38:49.874520 [ERROR] [orchestration.transforms.text_model_to_physical_model_transform] Artefact has an empty path. ID: { "__type__": "dogen::identification::entities::physical_id", "value": "<cpp_ref_impl.profiles.composable><masd.cpp.types.namespace_heade
1340-
1341-
Once this is fixed we can probably get rid of
1342-
=text_model_to_physical_model_transform=. It is just doing the
1343-
filtering of paths now.
1344-
13451357
*** Deprecate managed directories :story:
13461358

13471359
There should only be one "managed directory" at the input stage, which

0 commit comments

Comments
 (0)