To set up a racket Webserver with API landing points that interpret JSON input, which would then be processed by Racket to evaluated solutions. These solutions would then be returned by the webserver and in JSON form, images would be returned as links.
| task | state | |
|---|---|---|
| 1 | Create Web Server object | done |
| 1.1 | Web Server Documentation | done |
| 1.2 | Generate proof of success | done |
| 2 | Allow for multiple landing pages associated to the API methods | done |
| 2.1 | Web API Documentation | done |
| 2.2 | Generate proof of success | done |
| 3 | Create a JSON processor object | replaced - param handler class |
| 3.1 | JSON object Documentation | skipped |
| 3.2 | Generate proof of success | skipped |
| 4 | Create a Server API Handler object | done |
| 4.1 | Server API handler Documentation | done |
| 4.2 | Generate proof of success | not-started |
| 5 | Create a Mathematics object | done |
| 5.1 | Mathematics object Documentation | done |
| 5.2 | Generate proof of success | done |
| 6 | Create a Graphing object | not started |
| 6.1 | Graphing object Documentation | not started |
| 6.2 | Generate proof of success | not started |
| 7 | Integrate objects | done |
| 7.1 | Generate proof of success | done |
Items 3 - 4.2 , 6.1 - 7.1
Will be working with a parameter handler and integrating the application (Item 3 - 4.2 , 6.1 - 7.1 )
Will be responsible for the the Graphing object (Items 6 - 6.2)
Documentation can be found in wolfracket/documentation.md
Proof of concepts can be found in wolfracket/test-results.md