Closed mabiesen closed 4 years ago
Add a UI to view all endpoints and to call endpoints.
JSON AJAX requests will be used for form validation, no higher-than-dirt logic is to be included in javascript usage.
datatables js package will be used to make tables pretty will likely use bootstrap css
I envision the endpoint submission page containing many things:
Eventually: Option to apply a filter
Evenutally: Page to list clients, page to view clients and related endpoints (with option to generate zip for faraday, since we have all config).
Possibly: Option to view the full, unfiltered faraday response(not just the body and status), good for troubleshooting
MVP for a first PR:
created basic UI with some good libraries
Add a UI to view all endpoints and to call endpoints.
JSON AJAX requests will be used for form validation, no higher-than-dirt logic is to be included in javascript usage.
datatables js package will be used to make tables pretty will likely use bootstrap css
I envision the endpoint submission page containing many things:
Eventually: Option to apply a filter
Evenutally: Page to list clients, page to view clients and related endpoints (with option to generate zip for faraday, since we have all config).
Possibly: Option to view the full, unfiltered faraday response(not just the body and status), good for troubleshooting
MVP for a first PR: