rubyforgood / inkind-admin

A project serving Community Education Partnerships - https://www.cep.ngo/ . This Rails application presents an admin interface for CEP to manage their volunteers and students. And provides a GraphQL backend for https://github.com/rubyforgood/inkind-volunteer .
MIT License
9 stars 27 forks source link

Create/Read/Update Volunteers #33

Closed garettarrowood closed 3 years ago

garettarrowood commented 3 years ago

Summary

As an admin, I want to view/add/edit volunteers so that I can manage volunteers in this application.

Things to Consider

This project is a Ruby for Good project. That means it should use conventions from other Ruby for Good projects (instead of inventing a comparable, but different solution). This allows for easy cross-project contributions and knowledge sharing. Please reference https://github.com/rubyforgood/human-essentials & https://github.com/rubyforgood/casa when crafting this work.

Criteria for Completion

Volunteer Index

Volunteer Form

Bonus Round

Extra Details

Q: What does the "Mock Update Pending" tag mean?

A: This issue contains a mockup that is good enough to complete the work. But more detailed mocks are in progress. When the final mockup is complete, this issue will be updated, and the tag removed. (If you do not see the "Mock Update Pending" tag, the mockup is potentially final.)

rodolfoasantos commented 3 years ago

@garettarrowood I can take this one.