As an investor,
I want to save and track startups that interest me,
so that I can manage my investment opportunities effectively.
Scenario: Saving a startup profile
Given I am viewing a startup's profile that interests me
When I click on a 'Save' or 'Follow' button on the profile
Then the startup's profile should be added to my list of saved or followed startups
Scenario: Viewing saved startups
Given I have saved various startups' profiles
When I navigate to my 'Saved Startups' section
Then I should see a list of all the startups I have saved or followed
Scenario: Receiving updates from saved startups
Given a startup I have saved posts an update or new information
When this update occurs
Then I should receive a notification or see an update indicator in my 'Saved Startups' section
As an investor, I want to save and track startups that interest me, so that I can manage my investment opportunities effectively.
Scenario: Saving a startup profile Given I am viewing a startup's profile that interests me When I click on a 'Save' or 'Follow' button on the profile Then the startup's profile should be added to my list of saved or followed startups
Scenario: Viewing saved startups Given I have saved various startups' profiles When I navigate to my 'Saved Startups' section Then I should see a list of all the startups I have saved or followed
Scenario: Receiving updates from saved startups Given a startup I have saved posts an update or new information When this update occurs Then I should receive a notification or see an update indicator in my 'Saved Startups' section