Skip to content

Commit 94c5fe4

Browse files
committed
Add process step
1 parent afa0945 commit 94c5fe4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev-process.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ These questions should be asked as early as possible as to minimize re-work.
1616
- Does it require backfilling data that didn't exist prior to a certain date that the feature depends on?
1717
- Does it require a new API endpoint or the modification of an existing one?
1818
- Is there a rough idea of the API request payload? Required or optional attributes?
19-
- Is there a rough idea of the API response payload.
19+
- Is there a rough idea of the API response payload?
2020
- Performance concerns (slow queries, external service calls, payload size)
2121
- Any inter-service calls expected?
2222
- Any external service calls expected?
23+
- Are there dependencies or pre-requisites that can be identified now? (e.g. data sources, API plumbing, account establishment)
24+
- Can a trial or test account be used for a vetting process?
2325

2426

2527
### Pull Request Template

0 commit comments

Comments
 (0)