Todd Schiller

Results 218 issues of Todd Schiller

It'd be great if the live badge relied on [data attributes](https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Using_data_attributes) on the badge element instead global JS variables for configuration. The problem with global variables is that you have...

enhancement
todo
version 2.0

The live badge can't be used on cached views because the notification count is included in the templated HTML. To enable use with cached views, it would be helpful to...

enhancement
todo
version 2.0

In the 2.0 release, _get_FIELD_display throws an error if the value is None. I think the code needs to be changed to: ``` def _get_FIELD_display(self, cls): value = getattr(cls, self.attname)...

It would be helpful for the plugin to warn (or potentially fail) if no source maps are found. If the user includes the plugin in their Webpack configuration, it's reasonable...

enhancement
help wanted

We had an issue in https://github.com/twschiller/open-synthesis/issues/214 where we'd get a database integrity error about the FieldHistory referencing users that didn't exist We had to add the following to our base...

Some users have been reporting a 410 response when accepting their invitation. In the admin panel, their invitation shows as accepted. The invitation add-in probably returns a 410 when a...

bug

Add board listing including summary information about the boards, such as the following: - Title - Descriptions - Participation: contributors, evaluators - Most consistent hypotheses - Overall level of disagreement...

enhancement
help wanted

Develop branding materials to use across the project's assets, such as: - Logo - FavIcon - Color Scheme Project assets include: - Primary website - Social media (e.g., Twitter, Facebook)

help wanted
design

Allow admins to import/export boards, e.g., using YAML. Motivation: - Allow admins to transfer boards between instances, e.g., between a private instance and public instance. - Create test fixtures using...

enhancement
help wanted