-
Notifications
You must be signed in to change notification settings - Fork 2
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
task/WG-212: use updated project create and project update routes #199
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Tested locally with backend. I was able to create maps (both in MyData and linked to DS projects). The hazmapper file was created correctly. The two default tile layers were added upon creation. I could see the metadata updating in the geoapi logs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM nice clean up!
Overview:
Updating project create (and project update) steps in the angular Hazmapper to match backend changes in TACC-Cloud/geoapi#173. Now the frontend just uses the single project endpoint (POST
/projects
) when creating a project. Now Hazmapper web client no longer makes any calls to TAPIS (for .hazmapper file, DesignSafe (for project metadata) or Geoapi (for adding two default base layers; see TACC-Cloud/geoapi#173 for more details.Note, @tjgrafft and I also removed some unused code.
Related Jira tickets:
Testing Steps:
UI Photos:
Notes: