-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomponents-list.txt
37 lines (36 loc) · 1.65 KB
/
components-list.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
33
34
35
36
37
Legend
======
Components
-- <Component Name> [<is a Container component>] [-- <store input(s)>] [(s<sprint number>)]
-- -- <Component Name> [-> <component description>] [s<sprint number>]
[-- -- -- dispatches <dispatched action>]
[-- -- -- changes on <action that will trigger re-render>]
Components
-- APIs Container -- apis
-- -- APIs -> lists the available and testable REST APIs
-- -- -- dispatches API_CHANGE
-- -- -- dispatches ROUTE_CHANGE
-- Response Container -- response
-- -- Response-> shows the last request response
-- -- -- changes on RESPONSE_CHANGE
-- Endpoints Container -- endpoints
-- -- Endpoints -> a list of endpoints that can be tested depending on the selected REST API
-- -- -- dispatches ROUTE_CHANGE
-- -- -- changes on API_CHANGE
-- Request Parameters Container -- requestParameters
-- -- User selection -> a list of users that can be spoofed in the request
-- -- -- dispatches USER_CHANGE
-- -- Request method -> a list of available request methods for the endpoint
-- -- -- dispatches METHOD_CHANGE
-- -- Safe or unsafe -> a checkbox that allows deciding if requests should be "safe" (with good and validated fields) or "unsafe" with "raw" fields (s2)
-- -- -- dispatches SAFE_REQUEST_CHANGE
-- Endpoint Container -- endpoint
-- -- Fields -> a list of fields available for the request
-- -- -- changes on SAFE_REQUEST_CHANGE (s2)
-- -- -- changes on ROUTE_CHANGE
-- -- Custom Fields -> allows creating custom fields to send with the request (s2)
-- -- Endpoint Documentation -> the endpoint documentation
-- -- -- changes on ROUTE_CHANGE
-- Send Request Container
-- -- Send Request -> the button to actually send the request
-- -- -- dispatches SUBMIT_REQUEST