Snorlogue icon indicating copy to clipboard operation
Snorlogue copied to clipboard

An plugin for the prologue web-framework of the nim-language. Provides an admin interface

Results 6 Snorlogue issues
Sort by recently updated
recently updated
newest added

Bumps [jiro4989/setup-nim-action](https://github.com/jiro4989/setup-nim-action) from 1.4.5 to 1.4.7. Commits 7867b7b chore(deps-dev): bump prettier from 2.8.4 to 2.8.5 (#324) 217b773 chore(deps-dev): bump @​types/node from 18.14.5 to 18.15.3 (#323) 4dac239 Update README.md 9231860 Update...

dependencies

Similar to Django, in order to provide "log-in" capabilities, an Authentication Model is required. Admins can then authenticate against that model. That means a model where the user can store...

enhancement
Post-Release-Feature

The idea would be to allow registering read-only models, which you can only display, not create/update/delete.

The idea is that every nimja page file can be replaced by one provided by the user. Though if that's the case they likely should swap out the entire stack...

enhancement
Post-Release-Feature

Pretty much just add a second set of frontend controllers, likely have an /api/ prefix in there somewhere, which replace nimja template rendering with serializing to JSON.

enhancement
Post-Release-Feature

As a user, I want to be able to access and edit objects with foreign keys to my own object. Now how far can that access go? Simple solution for...

enhancement
Post-Release-Feature