cised-ca / se-dir-frontend-react

GNU Affero General Public License v3.0
2 stars 1 forks source link

Todo: Detailed view of individual enterprises #8

Closed chimo closed 8 years ago

chimo commented 8 years ago

Found this tutorial that does something very similar to what we want to do: http://coenraets.org/blog/2014/12/sample-mobile-application-with-react-and-cordova/

We could use react-router for routing.

chimo commented 8 years ago

First shot at this on the feature/enterprise-detailed-view branch.

chimo commented 8 years ago

The work in the branch above has been merged into master. We have a view for enterprise details (/src/components/EnterprisePageComponent.js)

It currently shows the same information as the search result (logo, name, description, website). We need to add the additional fields/details in that view.

chimo commented 8 years ago

Details are now displayed as of 725d0b8c2d1; closing issue. We can add/remove/edit/style as-needed as we go along.