Skip to content

Commit 8b7c7dc

Browse files
author
Fernando López Aguilar
authored
Update Refactoring.md
1 parent dd5b40f commit 8b7c7dc

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

doc/Refactoring.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,17 @@ This refactoring plan aims to improve modularity, maintainability, test clarity,
1616
- [ ] Code duplication
1717
- [ ] Docker reliability
1818
- [ ] BDD feature file readability
19+
- Missing tutorials:
20+
- NGSIv2:
21+
- [ ] 106. Subscribing to Changes in Context
22+
- NGSI-LD
23+
- [ ] 104. Concise Payloads
24+
- [ ] (@flopezag) 104. Entity Relationships refactor to 106. Entity Relationships
25+
- [ ] (@flopezag) 105. Merge-Patch and Put
26+
- [ ] 106. Subscription refactor to 107. Subscriptions
27+
- [ ] 108. Registrations
28+
- [ ] 109. Temporal Operations
29+
- [ ] 110. Extended Properties
1930

2031
---
2132

@@ -29,8 +40,11 @@ This refactoring plan aims to improve modularity, maintainability, test clarity,
2940
- [ ] NGSI-v2 and NGSI-LD split
3041
- [ ] Rename `config.json``ngsi_v2.json`, `ngsi_ld.json`
3142
- [ ] Group `.feature` files:
43+
3244
features/
45+
3346
├── ngsi_v2/
47+
3448
└── ngsi_ld/
3549
- [ ] Unify or reuse shared step definitions.
3650

0 commit comments

Comments
 (0)