Add a project creation form
This commit is contained in:
parent
5911c11017
commit
895e61772f
2 changed files with 28 additions and 1 deletions
2
TODO.md
2
TODO.md
|
|
@ -9,4 +9,4 @@
|
|||
[x] Using a Rouille router, create `GET /main.css` and `GET /project-card.js` endpoints that returns the relevant files. Use the include_bytes! macro.
|
||||
[x] Create a `GET /projects` endpoint. Using Maud for markup generation, have this endpoint return an HTML page that shows all projects. Each project should be a `project-card` web component. Keep the page simple: no title or any buttons currently.
|
||||
[x] Create a `POST /projects` endpoint that accepts URL encoded data and creates a new project.
|
||||
[ ] Create a `GET /new-project` endpoint that returns a HTML page with a project creation form. Keep it simple.
|
||||
[x] Create a `GET /new-project` endpoint that returns a HTML page with a project creation form. Keep it simple.
|
||||
Loading…
Add table
Add a link
Reference in a new issue