zznicole / shopping-list

Ourshoppinglist is a Mobile-first Web application project. It was created by a team of two developers, using modern Javascript, ES6, React.js,Node.js DBOO database, Material UI, Arios......
0 stars 0 forks source link

The title/name of a shopping list should be shown at the top of TobuyListScreen. #12

Closed kft-a closed 3 years ago

kft-a commented 3 years ago

Currently it is hard coded to 'Grocery List', it should show the name of the list whose items are shown.

kft-a commented 3 years ago

The apiBaseUrl + "getlist?listid=" + listid API call returns: response.data.result, where result = { listid: req.query.listid, summary: list.summary, isOwn: isShared: items: items };

zznicole commented 3 years ago

The list title is editable now in toBuyListScreen, and it will update the title which is located in listsScreen and regards to the same list.