File tree 1 file changed +3
-1
lines changed
1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,12 @@ These questions should be asked as early as possible as to minimize re-work.
16
16
- Does it require backfilling data that didn't exist prior to a certain date that the feature depends on?
17
17
- Does it require a new API endpoint or the modification of an existing one?
18
18
- 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?
20
20
- Performance concerns (slow queries, external service calls, payload size)
21
21
- Any inter-service calls expected?
22
22
- 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?
23
25
24
26
25
27
### Pull Request Template
You can’t perform that action at this time.
0 commit comments