Skip to content
develop
Go to file
Code

Latest commit

## Purpose

Add functionality for admin app ahead of registries moderation project.

## Changes

- adds ability to add/remove moderators from provider
- adds a few new fields to edit provider such as moderation type and comment visibility

## QA Notes

Please make verification statements inspired by your code and what your code touches.
- Verify all links go to logically where you would think
- Verify all text inputs are validated and behave correctly
- Verify that everything necesarry is editable on the registration provider.
- Verify moderators can be added/removed correctly
- Verify non-functional requirements are met, if it's anything needs bulk updates etc? 

What are the areas of risk?

Permissions are the greatest risk here, but everything should be acceptable for admins to do, so nothing complicated.

Any concerns/considerations/questions that development raised?

Some scope questions about how much on the registration should be editable.

## Documentation

admin stuff is institutional knowledge! passed down from generation to generation!

## Side Effects

None that I know of.

## Ticket

https://openscience.atlassian.net/browse/ENG-2133
f0040dc

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Nov 14, 2017

README.md

OSF

The code for https://osf.io.

Running the OSF For Development

To run the OSF for local development, see README-docker-compose.md.

Optional, but recommended: To set up pre-commit hooks (will run formatters and linters on staged files):

pip install pre-commit

pre-commit install --allow-missing-config

More Resources

The COS Development Docs provide detailed information about all aspects of OSF development. This includes style guides, process docs, troubleshooting, and more.

You can’t perform that action at this time.