StarbaseCommunityProject / EndoLink

An open-source Starbase community website.
https://discord.gg/qDPF2z6Krh
GNU General Public License v3.0
2 stars 1 forks source link

Django to api conversion #49

Closed MaxWasUnavailable closed 2 years ago

MaxWasUnavailable commented 2 years ago

Description

Please include a summary of the change and which issue is resolved. List any dependencies that are required for this change.

Commented out all frontend-related views / routes / templates / forms from the backend, since it no longer needs it.

Some of these will need to be converted to API routes, hence the commenting out.

Also set all API permissions to "authenticated or read-only"; meaning that any logged-in user can currently perform all actions on the entire API. I'll start setting up proper permissions once the rest of the routes are sorted out a bit better & we have a better idea of what permissions are required where.

Type of change

Please delete options that are not relevant.

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.

Checklist:

Please check [x] all that apply.