Jonathan Pyle
Jonathan Pyle
In the same interview when the screen is small, I get this:  The default behavior for screens under 768px in width is not to include a back button on...
I have written this utility, but it doesn't do everything yet. If anyone wants the code, let me know.
If you want a non-admin user to have access to the contents of interviews, you can give that user the privilege of `advocate`. Then the user can use `interview_list()` and...
It seems that the user-role concept described on that page of the Flask-User v1.0 documentation is the same one from 0.6, which is already implemented in docassemble. See [`docassemble_webapp/docassemble/webapp/users/models.py`](https://github.com/jhpyle/docassemble/blob/master/docassemble_webapp/docassemble/webapp/users/models.py#L45).
I think it's a worthy feature for Flask-User. If the Flask-User developers don't want it, I suppose I could implement a system in docassemble for it. I would implement it...
By in-memory I mean in the RAM of the Flask application. The information could be in Redis, but I don't want redis overhead either. Redis is over the network if...
I'm not sure how Flask handles user information or whether it caches the information it gets from SQL. Docassemble is configured to use a Redis-based version of a key/value store...
I am going through old issues to close them out. I overhauled docassemble's permissions system this year, so I am closing this issue.
Someone could make a Docker image that doesn't include those things. It could pull in the latest versions of the docassemble Python packages from PyPI. But I don't have the...
The JavaScript behind `datatype: ajax` has some problems, so I'll need to work on that. It works sometimes. Anyway, `datatype: ajax` is designed for long lists, not for lists that...