omniport-backend icon indicating copy to clipboard operation
omniport-backend copied to clipboard

The Django backend of the one true portal for any and every educational institute

Results 25 omniport-backend issues
Sort by recently updated
recently updated
newest added

The models in `kernel` and `shell` are, as of now, being directly registered in the admin site, which leads to less than optimal forms being rendered. The goal is to...

enhancement
good first issue

Commit 77678eb introduced rudimentary support for integrations via parsed YAML. This is in its infancy and so far supports only Sentry as an optional integration. The goal is to extend...

enhancement
challenge

The mission is to extract all such elements as root `Model` and root `ModelSerializer` into a Formula 1 of the backend. This would allow other services to import such elements...

enhancement
challenge

Django Permanent used to work for us. It provided us with `removed` and masked our querysets to filter out deleted objects. But it has run its course because of its...

bug
enhancement

As of now, none of the database lookups have been in any way optimised. However Django provides a pages' worth of tools and techniques to optimise DB queries, which should...

enhancement
good first issue