Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove condition (list !=null && list.isNotEmpty) for all the lists loaded from JSON #103

Open
martamazurkiewicz opened this issue Nov 26, 2021 · 0 comments
Labels
backend Logic, models, JSON or Firebase issue refactoring Code refactoring task

Comments

@martamazurkiewicz
Copy link
Member

Lists in JSON should be either empty or null, we should be consistent about this.
Task constains 2 issues:

  1. To check if lists in JSONs are empty or are null
  2. To change all conditions in app for those lists - remove either null part or isEmpty part
@martamazurkiewicz martamazurkiewicz added short term goals Feature that should be implemented in the current release refactoring Code refactoring task labels Nov 26, 2021
@martamazurkiewicz martamazurkiewicz added backend Logic, models, JSON or Firebase issue and removed short term goals Feature that should be implemented in the current release labels Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Logic, models, JSON or Firebase issue refactoring Code refactoring task
Projects
None yet
Development

No branches or pull requests

1 participant