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

/wallet/<id> does not order transactions by date #54

Open
radulucaciu opened this issue Jan 2, 2018 · 1 comment
Open

/wallet/<id> does not order transactions by date #54

radulucaciu opened this issue Jan 2, 2018 · 1 comment
Assignees

Comments

@radulucaciu
Copy link
Collaborator

STR

  • Go to any wallet's details page
  • Make sure you have any transactions that have been edited or added for a different date (after a transaction with an ulterior date has been added)

Expected

  • See transactions in the descending order of their dates

Actual

  • Transactions are shown in the order in which they were entered in the DB
@jozsi
Copy link
Owner

jozsi commented Jan 2, 2018

Done via 72722b1 and ac96811

Transactions with a date explicitly selected are added at 00:00 o'clock UTC. When no date is selected, it is defaulting to the current date and time. Should we:
a. allow time selection?
b. trim time to 00:00?
c. keep it mixed, as it's now?

@jozsi jozsi assigned radulucaciu and unassigned jozsi Jan 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants