kingdom-python-server
kingdom-python-server copied to clipboard
Modular, cohesive, transparent and fast web server template
## Issue Error handlings are somewhat awkward as they're being dealt in more than one place (service and presentation layers). This violates SPOT rule, which states that in a good...
## Proposal With a discussion with @rafamelos for an internal project, we came to realize that we'd fall in the common trap of RBAC systems that the number of roles...
Now that we've working authorization and authentication interfaces, we need to plug it into our access identity service. ## Goal **One liner**: Adapt current access (now named `auth`) service to...
Analogous to #20, but for entrypoint integrations. ## Goal **One liner**: Integrate authorization module services to current implementations of middleware & directives. 1. Adapt authentication middleware and context propagation 2....
This is still early in the process for tracing, but I think is a good time to open a PR just to see if this make sense. Some days ago...
## Issue Right now, concerns are split into `src/` in an heterogeneous fashion: We place both aggregates (`auth`, `sales`, etc) and entrypoint facilities (`server`, `serverless`, etc). It also is not...
## Issue Authorization aggregate can be thoroughly reviewed in order to spot inconsistencies in design principles. As well as fast improvements that ought to be made. However, this won't improve...
### Issue As noted in #15, current memory footprint is actually kinda large. It makes sense to conduce an investigation to find out how overall memory usage is happening and...
## Issue We need to have a typograpic and aesthetic face! 😎 ## Proposed solution Get help from our product staff + help of some very talented frontend engineers (cc...
## Issue Right now, static type checking is being done half-heartedly. We should embrace it and be as restrict as we can. ## Proposed solution Proper type facilities as well...