Implement Page for specific resource
In this issue you create a page for the detailed view of a resource, the mockup can be found here #7 (closed)
Is blocked by #7 (closed)
Criteria for this issue:
- Implementation is based on the mockup
- Data will loaded via API
- The form will be generated automatically based on the json schema and json object
- The connection between the list of all resources for a specific category #6 (closed) and this page is established
- back button is working
- It will be separated between two views: edit and "just looking" view. Authenticated user should have the edit view, everybody else the "just looking" view -> editing is disabled.