Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project Application System #1

Open
6 tasks
jeffbax opened this issue Sep 9, 2024 · 0 comments
Open
6 tasks

Project Application System #1

jeffbax opened this issue Sep 9, 2024 · 0 comments
Assignees

Comments

@jeffbax
Copy link

jeffbax commented Sep 9, 2024

Project Participant Application System

Overview

We need to implement a system that allows researchers to manage which participants are approved and allowed into their projects. This system involves surveys and survey responses, their associations to projects, and an approval process.

Acceptance Criteria

  1. Researchers can create surveys with multiple question types and associate them with projects
  2. Participants can submit responses to surveys.
  3. Researchers can view survey responses within a project
  4. Researchers can approve or disapprove survey responses

Requirements

1. Project-Survey Connection

  • Create an interface for researchers to associate surveys with projects
  • Surveys should be reusable amongst multiple projects
Screenshots

Project-Survey Connection1
Project-Survey Connection2

2. Multi-type Survey Questions

  • Update the survey UX to support the selection of multiple question types:
    • Rating scale (e.g., 1-5)
    • Yes/No answers
    • Text responses
Screenshots

Multi-type Survey Questions1
Multi-type Survey Questions2

3. Survey Response Functionality

  • Implement a feature allowing participants to record responses to surveys
Screenshots

Survey Response Functionality copy

4. Survey Response Review and Approval

  • Develop an UI for researchers to view survey responses within a project
  • Implement individual approval functionality for each response
Screenshots

Survey Response Review and Approval1
Survey Response Review and Approval2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants