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

Check if note exists in Firebase before saving #58

Closed
2 of 4 tasks
ksigWyatt opened this issue Dec 3, 2017 · 2 comments
Closed
2 of 4 tasks

Check if note exists in Firebase before saving #58

ksigWyatt opened this issue Dec 3, 2017 · 2 comments

Comments

@ksigWyatt
Copy link
Member

ksigWyatt commented Dec 3, 2017

User Story

As a developer I want to make sure that I don't save the same note twice , so that I don't have many duplicate notes in the database.

Acceptance Criteria

  • Duplicate notes are identified
  • Notes that have the same ID / Text are not allowed to be saved

Tasks

  • Get logic working
  • Test it

Easy enough...

@ksigWyatt ksigWyatt added this to the Sprint 3 milestone Dec 3, 2017
@ksigWyatt
Copy link
Member Author

Logic works but I'm trying to configure a Bool function that returns true if a note exists because I'll be calling it often. That just makes sense. So I'm making the estimate a little higher because of that.

@ksigWyatt
Copy link
Member Author

also there's a couple other issues associated with the login action -- testing revealed that sometimes the login action isn't fully completed... that can be frustrating for some users. I think however that it's an issue of connectivity. Or a firebase issue.

@ksigWyatt ksigWyatt removed this from the Sprint 3 milestone Dec 26, 2017
@ksigWyatt ksigWyatt added Blocker and removed Blocker labels Apr 7, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant