Contains only the web releated React code

10 stars 51 forks 10 watchers JavaScript GNU General Public License v3.0
12 Open Issues Need Help Last updated: Sep 2, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The 'Notifications' tab, located in the Navbar after login, and its various internal elements are not translated into the 10 supported languages. This includes specific buttons and labels such as 'All, Volunteer Match', 'Help Request', 'New Match Request', 'Accept', and 'Deny'.

Complexity: 2/5
good first issue MVP Language

Contains only the web releated React code

JavaScript
good first issue MVP Language

Contains only the web releated React code

JavaScript
enhancement good first issue MVP

Contains only the web releated React code

JavaScript

Contains only the web releated React code

JavaScript

AI Summary: Modify the Sign Up page to make the Terms of Service link open in the same tab instead of a new tab. This involves finding the link element in the React component's code and removing or modifying the `target='_blank'` attribute (or equivalent) that forces a new tab.

Complexity: 2/5
good first issue

Contains only the web releated React code

JavaScript

AI Summary: Enhance the Saayam web application to accept PNG files in addition to JPEG, JPG, and PDF for ID document uploads in the volunteer wizard (step 2) and the Profile's Identity Documents tab. This includes updating the file upload functionality and the accompanying helpful text to reflect the added PNG support.

Complexity: 2/5
enhancement good first issue

Contains only the web releated React code

JavaScript

AI Summary: Adjust the styling of the volunteer agreement text box on the Volunteer Wizard Step 1 page to vertically fill the available space, eliminating excessive blank space between the checkbox and the navigation buttons. The rest of the page layout should remain unchanged.

Complexity: 2/5
enhancement good first issue

Contains only the web releated React code

JavaScript

AI Summary: Add a hyperlink to the 'Join the Community' button on the Our Mission page that navigates the user to the Contact Us page within the Saayam web application. This involves modifying the React component responsible for rendering the button to include the correct URL or route.

Complexity: 2/5
bug good first issue

Contains only the web releated React code

JavaScript

AI Summary: Add a hyperlink to the Terms and Conditions page on the Contact Us page of the Saayam web application. The link should be placed below the submit button.

Complexity: 1/5
enhancement good first issue

Contains only the web releated React code

JavaScript

AI Summary: Add a clickable link to the Volunteer Match logo and name on the 'Our Collaborators' page, directing users to https://www.volunteermatch.org/. This involves modifying the existing React component to make the logo and text elements clickable links.

Complexity: 2/5
enhancement good first issue

Contains only the web releated React code

JavaScript

AI Summary: The task involves modifying the 'Personal Information' tab within a React application to display the user's country (retrieved from Redux) as a pre-filled, non-editable value in the 'Country' field after login. This requires updating the component's state management and potentially disabling the input field.

Complexity: 2/5
enhancement good first issue

Contains only the web releated React code

JavaScript

AI Summary: Comment out the code related to phone and video call icons on the Request Details page of the Saayam web application. This is a temporary measure for the MVP 1.0 release, as these features are not yet implemented.

Complexity: 2/5
enhancement good first issue

Contains only the web releated React code

JavaScript