horoeka-2022 / gardenz

Empowering community gardens in New Zealand
0 stars 1 forks source link

Bug Hunting - Add your bugs here! Do not assign yourself! #53

Open clementine-smart opened 1 year ago

clementine-smart commented 1 year ago

This is a list of Bugs found by students, Please add you bugs here if you find!!

If you want to fix it come to us and we can make you a ticket!

some manual testing has led to the following discoveries:

-when a user adds themselves to be a volunteer, then when the user refreshes the page they lose their volunteer status.

-the forms need to be styled and have borders around the form entries to clearly define where the inputs go. http://localhost:3000/admin/events/5/edit

-When adding an event to the garden it does not redirect you to the add/edit events page. as admin i cannot access the graph using tab to select the columns and find out how many users are required to fulfil tasks http://localhost:3000/admin/gardens/2/events

-sweet as bar graph does not contain headings for x and y axis. slightly buggy! http://localhost:3000/admin/gardens/:id/events

-add news on page http://localhost:3000/gardens/2/news/add does not redirect after submit

-redirect after user registers does not relocate to main page. relocates to : http://localhost:3000/gardens which is broken

-npm run lint returns warnings in the following files:

  1. /home/eda/workspace/gardenz/client/subcomponents/Nav/Nav.jsx
  2. /home/eda/workspace/gardenz/client/subcomponents/events/EventForm/EventForm.jsx
  3. /home/eda/workspace/gardenz/client/subcomponents/volunteers/VolunteerList/VolunteerList.jsx
  4. /home/eda/workspace/gardenz/server/db/produce.test.js