jgentes / startupcommunity

StartupCommunity.org
1 stars 0 forks source link

Create 'Networks' section in header (following people and companies) #2

Closed jgentes closed 8 years ago

jgentes commented 8 years ago

In the community.dashboard view, modify the header to add 'Networks', which should link to a new 'network.list' view, with a url of 

url: "^/:location_path/:community_path/networks"

That page should use the same basic format that you see under the 'team' section of /startupcommunity (a company profile):

 

But the sections would map to the 'network_parents' list in services.js:

['Accelerators', 'Colleges', 'Coworking', 'Incubators', 'Investment', 'Meetups', 'Mentorship']

The icon library is visible here:  http://webapplayers.com/homer_admin-v1.9/icons.html

Accelerators: pe-7s-next (default / navy or black I think)

Colleges: pe-7s-culture (blue)

Coworking: pe-7s-plug (purple)

Incubators: pe-7s-light (default / navy or black I think)

Investment: pe-7s-gleam (green)

Meetups: pe-7s-coffee (purple)

Mentorship: pe-7s-study (blue)

If a network type is empty, we should still show the box.

Networks are already captured via the API and populated in nav.networks.

Screenshot_2.jpg (https://startupcommunity.aha.io:443/attachments/token/cefc5b25b95cc1e37ccd99fcfcd2fe68de118dbca0e8dc9b278d5c7d98787c24.download)