adhocracy3
adhocracy3 copied to clipboard
Adhocracy 3 with customizations for various projects
If I run the frontend unit tests in the browser, many tests fail. If I run the exact same tests in exactly the same setup, but without blanket, everything works...
## The current situation The information from the meta API is available via two entirly different systems in the frontend: The `adhMetaApi` service and some TypeScript code that is generated...
The batch API allows to send a sequence of virtual requests in a single physical request. `deepPost` is an abstraction in the frontend that allows to post an arbitrarily ordered...
The current websocket implementation logs error messages, but does not interpret them in any way. This means that failing subscriptions are not detected. As websockets are mostly used for caching,...
"buildout_s1.cfg" creates a pip requirements file (s1-requirements.txt). This is used by bin/ad_make_wheels to create wheels and the requirements file to deploy adhocracy. This file is missing import packages like ZODB,...
This works around https://bitbucket.org/dholth/cryptacular/issues/11/not-installing-on-ubuntu-1804
Since #2890, the hologram-based style is no longer built, as the rubygems buildout part didn't successfully pass on the first run and therefore broke Travis. In order to fix this,...
List of midterm refactoring issues for the backend. Complex issues and discussions should go in linked additional issues. ## Backend code - [ ] config methods to add resource/sheet types...
when i am not logged in the rate button is not disabled in result phase I guess this is a matter of this: https://github.com/liqd/adhocracy3.mercator/pull/1336
After adding badge groups an options request to the post_pool of an badgeable will return data indicating that a POST request is possible, even if there is nothing that can...