cpritcha

Results 28 issues of cpritcha

Licensing mentioned in https://forum.comses.net/t/archiving-your-model-4-adding-metadata-to-your-model/7380 but should also be accessible in the resources tab. Possible Solution: add a page on discourse with licensing information and link it in the resources section...

documentation

add form component to assign permissions on a codebase to other users

frontend
feature

Right now we allow contributors to have blank email addresses. We should add server validation that the email is set to an actual email.

frontend
good first issue
validation

Some additional context about the tests we run will help us understand the tests later - https://behave.readthedocs.io/en/latest/

experiment

Models sometimes have references on the OpenABM website. These references are strings right now. Eventually we may want to integrate these references with the catalog application. The import script currently...

discussion
data model

Create a dependency editor on the frontend that allows users to add platform (with version) and language information into a single interface. This builds up a json representation of the...

ui/ux
feature

Our serializers are using rest framework serializers right now to render our viewset html templates. This has made additional work (creating related serializers to avoid serializing too much data and...

refactor
in progress
high priority

MemberProfile search should include codebase and codebase release metadata for searching (if a member contributed a codebase with some tags those tags should also apply to the member).

replace model action perm test with is_superuser check (more explicit)