-
Notifications
You must be signed in to change notification settings - Fork 0
/
GUESstimation.txt
32 lines (25 loc) · 1.56 KB
/
GUESstimation.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
This is a GUES-timation, as I'm not be able to give even an approximate Estimation
before getting answers to most (hopefully all) of the questions below:
- 2 to 10 workdays per POC
QUESTIONS:
- Is there something/someone I can reference for biz-side explanations on the general expected flow/meaning of things?
- What changes per each client:
- amount of input ?
- format of input ?
- type of input (e.g. not only JSON and CSV/Excel) ?
- meaning of input (what the different fields/columns represent, even if they share the same name and data-type across clients) ?
- Is there a way to get details for the input:
- how, when, what and based on what conditions produce the input and what exactly (most of the) stuff in it mean?
- would the answer to any of the above also change per client?
- How much input validation is needed?
- Who/what and how determines the validation rules?
- Do they change per client?
- Is there something/someone I can reference for biz-side explanations (if it's somehting more involved or not layman-obvious)?
- Filter conditions (e.g. how to choose the correct 'Bank Account'
for a specific employee for a specific company in a specific country when there are duplicates)?
- How complicated (heavy in biz-logic) are they?
- Is there something/someone I can reference for biz-side explanations (if it's somehting more involved or not layman-obvious)?
- Do we test the output?
- How do we test?
- Do we manually "create" (whatever it would mean) the tests?
- Would the tests for each client be separate?