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

Incorrect usage of submitted date in feedback module #105

Closed
mediocre9 opened this issue Dec 10, 2023 · 0 comments
Closed

Incorrect usage of submitted date in feedback module #105

mediocre9 opened this issue Dec 10, 2023 · 0 comments
Assignees
Labels
Bug Something isn't working Investigate Investigate the issue further Priority-2 Issues that are currently consider unimportant

Comments

@mediocre9
Copy link
Owner

mediocre9 commented Dec 10, 2023

Using the dates incorrectly

The order should be like this:

final DateTime(:year, :month, :day) = DateTime.now();
final currentDate = DateTime(year, month, day);

Instead of this:

final DateTime(:day, :month, :year) = DateTime.now();
final currentDate = DateTime(day, month, year);

Also use TimeStamps of firestore according to docs
FeedbackCubit

@mediocre9 mediocre9 added Bug Something isn't working Priority-2 Issues that are currently consider unimportant labels Dec 10, 2023
@mediocre9 mediocre9 self-assigned this Dec 10, 2023
@mediocre9 mediocre9 reopened this Jan 10, 2024
@mediocre9 mediocre9 added the Investigate Investigate the issue further label Jan 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Investigate Investigate the issue further Priority-2 Issues that are currently consider unimportant
Projects
None yet
Development

No branches or pull requests

1 participant