API endpoint - SPA Users Feedback
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 564
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 29
Description
We need an API endpoint that allows users to give feedback on a specific page or in general (bugs, suggestions, etc).
The idea is that they can send feedback through a form only when they are logged in.
This feature is only for the SPA mvp release in the Harvard installation.
How to address this?
- Using the existing Dataverse Support Email ?
- Create a new API endpoint just for the Harvard installation to a specific email address dedicated to receive feedback from the Harvard SPA users ?
The endpoint payload I can image is something like:
{
page: string // Optional, the page about which the user sends feedback
feedback: string // required
fromEmail: string // the logged in user email
}
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the Dataverse Support Email configuration linked in the issue and compare it with the proposed Harvard-only endpoint and payload. No source files or tests are named; done requires a settled delivery design, including authentication, recipient handling, and whether feedback is page-specific or general.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, authentication, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100