Make a working prototype to set a single DNS record on a program domain #3045
Labels
dev
Feature: 🌐 DNS Management
Nameservers, and eventually DNS Hosting-related functionality
refinement
Milestone
Issue description
To concretize what we're learned to date, we should make a working prototype that allows a team member to do what the title says.
This is just an exercise to make sure we have something quickly that is using the api, and is NOT meant to be reusable or good code, nor do we need to follow the usual best practices with fields (such as checking accessibility, performing form validation, showing errors etc ). In fact, we don't want this to be about about creating models and laying down architecture at all, so do not use models or store record info. Instead we can check if the record setting worked through other means.
Acceptance criteria
A
orTXT
on the /domain/#/dns page, or a subpagedig a a.igorville.gov
returns the record that was added)Out of scope
Additional context
a
.igorville.gov), as well as the value for the record.A
andTXT
)Note: You can hard code this for igorville , but do not make any commit containing with igorville's account id or the tenant id token. Use getgov-credentials and your local .env file instead.
Links to other issues
No response
The text was updated successfully, but these errors were encountered: