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

Remove regions From all Program interactions #2724

Open
6 tasks
joneubank opened this issue Oct 19, 2023 · 0 comments
Open
6 tasks

Remove regions From all Program interactions #2724

joneubank opened this issue Oct 19, 2023 · 0 comments
Assignees
Labels
new-feature Request is a new feature

Comments

@joneubank
Copy link
Member

The program data model is being updated to have data centers instead of regions. We need to find all UI references to regions and remove this code from the UI.

The most important interaction with regions is in the Create Program and Update Program screens. There may be other uses across the program submission screens.

Detailed Description

  • Create Program / Update Program form
    • Remove regions form input
    • Remove regions references in form data validation
    • Remove regions from API request sent to create/update form
  • Remove regions from any GraphQL requests being made to gateway
  • Search and find all regions references and remove them.
@joneubank joneubank added the new-feature Request is a new feature label Oct 19, 2023
@demariadaniel demariadaniel self-assigned this Feb 7, 2024
demariadaniel added a commit that referenced this issue Feb 13, 2024
* Remove all references to regions

* Fix Localhost Date Bug

* Remove region header from Create Program

* Revert "Fix Localhost Date Bug"

This reverts commit a8844bd.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-feature Request is a new feature
Projects
None yet
Development

No branches or pull requests

2 participants