Akshay Nair
Akshay Nair
The current implementation for router is pretty shit. I wrote all of that because I couldn't find a good isomorphic solution for it. React-router is much more powerful, flexible and...
Improve the [cli side](https://github.com/phenax/plasmajs/blob/master/bin/run) of things to make it more feature rich. A few ideas: * Generate boilerplates for Middlewares, etc. * Run tests. * Some other server config stuff.
The middleware onRequest method is called in the middleware constructor. It should instead be called inside the [Server](https://github.com/phenax/plasmajs/blob/fd47cefecca7686d5b5c40b8df38056e120e899c/app.jsx#L25) component.
Parts up for refactoring: - [ ] Replace [extended response](https://github.com/phenax/plasmajs/blob/master/app.jsx#L89) with a context object with untouched request and response and the helper methods on the context object. - [ ]...
**Branch:** dev_resources_api An alternative to APIRouter. **API Possibilities** 1. Simple (Most consistent with the rest of the api) ```jsx ``` OR 2. Method names as actions ```jsx // Class declaration...
Need test suites for the server, history api and middlewares.
WIP. Will need to re-write the parser to work better with nested groups without nesting the types to its limits
Need support for isSixteen
### Problem There is no indication to the user trying to delete a segment how the operation will affect the flags. ### Ideal Solution A message in the delete modal...
### Problem A lot of the times, the rules set up on one namespace are meant to be the same in the other. So when you try to copy a...