This pull request implements the viewing functionality for startup profiles, allowing investors to access detailed information about various startups. The following enhancements and modifications have been made:
Modified existing endpoints to facilitate the retrieval of startup profile information.
Developed custom permissions to ensure that only authorized users with an active investor role have access to retrieve startup profile information.
Implemented search functionality that allows investors to search for startups by name, enhancing the user experience.
Added filtering capabilities based on criteria such as industry and name.
Developed a comprehensive view for each startup profile, providing investors with information about the startups they are interested in.
Wrote tests to ensure the profile viewing feature functions correctly.
This pull request implements the viewing functionality for startup profiles, allowing investors to access detailed information about various startups. The following enhancements and modifications have been made: