Current state: Every form has its own backing code for creating repos, users, editing things.
How it should be: The API-code essentially does the same things.
Steps:
Extend the API to include most, if not all, functionality required
Restructure the code to use the API-code for both UI-triggered form-events and API calls.
Current state: Every form has its own backing code for creating repos, users, editing things.
How it should be: The API-code essentially does the same things.
Steps:
* Extend the API to include most, if not all, functionality required
* Restructure the code to use the API-code for both UI-triggered form-events and API calls.
snaums
added this to the v1.0 milestone 5 months ago
Current state: Every form has its own backing code for creating repos, users, editing things.
How it should be: The API-code essentially does the same things.
Steps: