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 Surveys Index page #127

Closed garettarrowood closed 2 years ago

garettarrowood commented 2 years ago

Summary

As an admin, I need to view and manage my surveys.

Things to Consider

Functionality around surveys is still being worked out. This project needs to get to MVP before bells and whistles are added. MVP will NOT have CRUD for building new surveys. But this page is a portal to get to survey responses.

Screen Shot 2021-10-24 at 5 48 44 PM

Headers to use in view (don't follow mock headers):

Name (value not clickable yet) Date Created Responses (not respondents) - Displays number of COMPLETED survey_responses attached to the survey Created By (add creator_id to surveys. Update seed to point at sole admin user for now.) Status (add status enum to surveys. Follow convention on survey_responses.) Actions (but no actions yet)

Criteria for Completion

kellyeryan commented 2 years ago

I'll take this one