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

As an admin, I need to see the correct string representation of data file fiscal period in LogEntry model #2239

Closed
6 tasks
ADPennington opened this issue Nov 5, 2022 · 0 comments
Assignees
Labels
backend DAC Django Admin Console dev

Comments

@ADPennington
Copy link
Collaborator

This portion of code has incorrect mapping of fiscal quarters to months.

example of incorrect string for data submitted for fiscal Q2
Screen Shot 2022-11-05 at 4 09 27 PM

The correct mapping (frontend reflects this mapping):

  • fiscal qtr 1: Oct - Dec
  • fiscal qtr 2: Jan - Mar
  • fiscal qtr 3: Apr - Jun
  • fiscal qtr 4: Jul - Sep

Screen Shot 2022-11-05 at 4 18 38 PM

ACs:

  • log entries related to data submission emails show the correct string representation of the data file's fiscal period
  • all users who submit data receive email the correct string representation in email
  • Testing Checklist has been run and all tests pass
  • README is updated, if necessary

Tasks:

  • update data_files models.py
  • Run Testing Checklist and confirm all tests pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend DAC Django Admin Console dev
Projects
None yet
3 participants