FullstackRustDemo
FullstackRustDemo copied to clipboard
Novelty website + bucket questions implementation.
Bumps [smallvec](https://github.com/servo/rust-smallvec) from 0.6.1 to 0.6.14. Release notes Sourced from smallvec's releases. v0.6.14 Fix a possible buffer overflow in insert_many (#252, #254). v0.6.13 Use the maybe-unit crate in place of...
- [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...