Henry Zimmerman
Henry Zimmerman
Hello, this request pertains to Yew, and its future use of routing. When a router is added to yew, it would be nice to have cargo-web's embedded webserver serve the...
- [x] Duplicate DB, other State - [x] Port API - [x] Refactor stupidly named parts of the API - [ ] Update Webapp to conform to new API surface.
Tests show the outputted .gz file to be 1/4 the size of the original. Now I just need to integrate it into the release step.
This will require 2 separate junction tables, one for upvotesand one for downvotes. The junction will be useruuid + postuuid. When upvoting or downvoting the uuid belonging to the user...
perform validation on this.
- [ ] Admin management pane. - [ ] Password reset. - [ ] Article viewer pane - [ ] Error notification zone / service - [ ] Chat system.
Once the following steps are implemented, the alpha can be released. - [x] Buy domain - [x] Reintroduce Chrono lib. - [x] Split frontend into subprojects to improve compile times....
- [x] develop prototype - [x] clean up code - [x] create PR in Yew - [ ] merge or make a local fork for this project depending on the...
- [x] Give unique title constraint. - [ ] Create a reversible function that turns a title into a valid url string. - [ ] Allow querying of database for...
Use Yew 0.3.0. Migrate to Yew 4.0 later to enable routing. The page would consist only of the most recent article. With a list of the n most recent other...