cpritcha
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...
add form component to assign permissions on a codebase to other users
Right now we allow contributors to have blank email addresses. We should add server validation that the email is set to an actual email.
Some additional context about the tests we run will help us understand the tests later - https://behave.readthedocs.io/en/latest/
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...
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...
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...
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)