@anselmdk/feature-spec-md 0.8.1 → 0.8.2-rc.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -2
- package/SPEC_FORMAT.md +75 -11
- package/dist/cli.js +4 -1
- package/dist/cli.js.map +1 -1
- package/dist/featureSpecs.d.ts +2 -0
- package/dist/featureSpecs.d.ts.map +1 -1
- package/dist/featureSpecs.js +86 -1
- package/dist/featureSpecs.js.map +1 -1
- package/dist/githubActionReport.d.ts +5 -0
- package/dist/githubActionReport.d.ts.map +1 -1
- package/dist/githubActionReport.js +24 -6
- package/dist/githubActionReport.js.map +1 -1
- package/dist/reportTemplate.d.ts.map +1 -1
- package/dist/reportTemplate.js +132 -26
- package/dist/reportTemplate.js.map +1 -1
- package/dist/specDocuments.d.ts +1 -0
- package/dist/specDocuments.d.ts.map +1 -1
- package/dist/specDocuments.js +10 -1
- package/dist/specDocuments.js.map +1 -1
- package/dist/types.d.ts +14 -0
- package/dist/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/mocks/current/specs/support-desk.design.md +4 -0
- package/src/mocks/current/specs/support-platform.stack.md +2 -0
|
@@ -14,6 +14,10 @@ Define the visual direction demonstrated by the support desk mock.
|
|
|
14
14
|
|
|
15
15
|
The interface keeps ticket context and reply actions close together.
|
|
16
16
|
|
|
17
|
+
### Navigation
|
|
18
|
+
|
|
19
|
+
Keep the inbox and active ticket within one interaction context.
|
|
20
|
+
|
|
17
21
|
## Principles
|
|
18
22
|
|
|
19
23
|
- Make ticket status easy to scan
|