OperationCode / operationcode_backend

This is the backend repo for the Operation Code website
https://operationcode.org
MIT License
62 stars 110 forks source link

Adds new resources to ActiveAdmin for `Scholarship` and `ScholarshipApplication` #349

Closed hpjaj closed 6 years ago

hpjaj commented 6 years ago

Feature

Why is this feature being added?

Gives admins the ability to conduct CRUD actions on the Scholarship and ScholarshipApplication models. Currently this has to be done through prod's rails console.

What should your feature do?

Here are the ActiveAdmin docs: https://activeadmin.info/documentation.html

Here is a sample implementation of a Resource in our codebase: https://github.com/OperationCode/operationcode_backend/blob/master/app/admin/team_member.rb

nagano564 commented 6 years ago

Can I do this?

hpjaj commented 6 years ago

@nagano564 - It's yours!