oasp / oasp4js

OASP4JS deprecated repository
Apache License 2.0
9 stars 161 forks source link

Guided Project TH Köln - 1.2: Add list of recipes as an entry point for recipe management #78

Closed aburghcap closed 7 years ago

aburghcap commented 8 years ago

Part of the Guided Project at Technische Hochschule Köln - #48

As an entry point for recipe management operations we add a list of recipes to the restaurant sample application where cooks or other users can search for existing recipes and add new ones.

This dialog enables a user

The dialog will be made available by adding a new menu item beneath the existing ones.

Requirements

a) listing a potentially tall number of entries (with paging) b) nice format showing the title of recipes in a bold font and their description in a small font underneath c) search input field filtering the recipes list to those containing a string as part of their title (optionally description) d) search should be performed on server-side for being able to cope with potentially big numbers of recipes e) selecting a single recipe shows some more details on the right side beneath the list so that the user can evaluate multiple recipes with little effort f) the list should look self explaining (without the need for column titles) and well designed

UI design

recipeslistatrecipespage_issue

With details for the selected recipe: recipeslistwithdetailsatrecipespage_issue 78

tomaszwawrzyniakit commented 8 years ago

Have we enough space for details? on screenshots i see that no Maybe bootstrap collapse? On click or on hover ?

aburghcap commented 7 years ago

closed - no further work planned on this