ChicoState / ChicoState/MyFave

Prevent storing unnecessary extra data

Open
#69 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Dockerfile
Stars
1
Forks
111
PR merge metrics
No merged PRs in 30d

Description

The application is storing more information than is necessary. In particular, when the user enters `DONE` it is currently saving that as the last item in the list. When it prints out the list, it prints out everything besides the last item.

This is a sloppy solution.

Let's fix how we handle it so that:

* When the user enters `DONE` that value is *NOT* added to the list of favorites
* When printing the list of favorites, print the entire list

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.