kingdom-python-server icon indicating copy to clipboard operation
kingdom-python-server copied to clipboard

Modular, cohesive, transparent and fast web server template

Results 14 kingdom-python-server issues
Sort by recently updated
recently updated
newest added

## 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...

help wanted
design change

## 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...

refactor
design change
core

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...

refactor
design change
crucial

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....

refactor
design change
crucial

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...

enhancement
help wanted
design change

## 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...

refactor
review
crucial
being tackled

### 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...

refactor

## 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...

documentation
enhancement

## 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...

enhancement
refactor
review