O1SoftwareNetwork / nonprofit-navigator

A directory of nonprofit companies that are easy to find and navigate making getting involved or finding help easy.
MIT License
4 stars 7 forks source link

Convert renderVolunteerDetails into MVC Architecture #36

Closed jaygabe closed 8 months ago

jaygabe commented 8 months ago

VIEW Create a function that returns the markup passing in a volunteer object

CONTROLLER Find the closest volunteer card clicked Store its id in a variable Find the correct volunteer object Handle errors for in case a volunteer object was not found Target the root element to inject our details page into Execute volunteerDetails function to create markup with volunteer Inject markup into root

jaygabe commented 8 months ago

Parker, Javier, and Fischer