cse110-fall21-group9 / Digital-Cookbook-App

A digital cookbook app engineered by UC San Diego CSE 110 Group 9 for the Fall 2021 quarter. A desktop app that uses electron and other web technologies.
1 stars 1 forks source link

Add tagline for Recipe cards #70

Closed Lord-Scrubington-II closed 2 years ago

Lord-Scrubington-II commented 2 years ago
  1. add field to recipe edit/add that gives room to add a tagline (short blurb "nice meal!", "wow, so tasty lmao" etc.)
  2. Show that field instead of the steps on the main menu card display.
  3. Update our JSON formal to include a field for this tagline.
  4. MAKE SURE that this tagline is being properly written and updated like the other fields in the add recipe form.

This may seem kind of trivial, but it is crucial as a matter of presentation. Remember that we are in fact attempting to go for user-centred design with Agile.

StefanieDao commented 2 years ago

Added tagline feature for add new recipe Will implement tagline for edit recipe today