cisagov / manage.get.gov

A Django-based domain name registrar used by the .gov domain to communicate with an EPP registry
https://get.gov
Other
57 stars 17 forks source link

Add additional dates to "all domain request metadata" #2541

Closed h-m-f-t closed 1 week ago

h-m-f-t commented 1 month ago

Issue description

We're currently using "submitted date" to mean the last (or latest) time a request entered a submitted state, as there can be submission rounds. Let's add a few fields to domain requests and then update the CSV.

Acceptance criteria

Migrate data

Additional context

if you don't check that the migration says rename from submission_date to last_submission_date you will delete every submission date in our database. It NEEDS to say rename.

Note, for the migration script, you can use audit logs to get the status you need.

Talked about in this Slack thread.

Links to other issues

abroddrick commented 1 month ago

@h-m-f-t only one question on this now that I look at it. Do you want these fields showing on the Domain Request page for individual requests or on the Domain Request table shown to analyst in admin?

h-m-f-t commented 4 weeks ago

@abroddrick Good question! I could go either way on this. For now, let's add all the dates to both the individual request page and on the table inside Domain requests.

h-m-f-t commented 4 weeks ago

Added refinement to make sure the A/C's capture that last 2 comments...