mirror of
https://github.com/google/nomulus.git
synced 2025-05-28 08:30:11 +02:00
Right now, DomainApplicationCreateFlow checks to make sure that the registration period is in years, but doesn't store it in the DomainApplication explicitly. Instead, when DomainAllocateFlow runs later, it goes back to the XML in the HistoryEntry to get the number of years. Corey suggests that it would be cleaner to store the number of years in the DomainApplication. This is stage one of a data migration; we store the value, but don't actually read it anywhere except in tests. If we have any outstanding domain applications, we will then need to write a scrap tool to populate the years field, after which we can start relying on the field. ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=137317739 |
||
---|---|---|
.. | ||
com/google | ||
google/registry |