-
Notifications
You must be signed in to change notification settings - Fork 81
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
Map single page app #1031
Labels
Comments
This was referenced Jan 13, 2017
Additional Tasks
|
This was referenced Feb 1, 2017
This was referenced Feb 13, 2017
Closed
Hey @linzjax. Just including this in the next sprint, to follow up the QA and bugfixing needed. Please feel free to add in the Sprint project any specific tasks/bugs that will be appearing. Thanks :) |
Let's be honest; we'll never dig this up from the graveyard of unfinished work. Closing. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a huge task. I suggest dividing this into the subtasks I have outlined below. Once we agreed on the task breakdown, we can create issues for each of the tasks for separate tracking and discussions of tasks.
To manage implementation and ensure that more than one person can work on this task (if necessary), we should create a feature branch (e.g.
map-spa
), which serves as the "master" for the development of this feature. Every time, you start a new task, you create a task branch offmap-spa
. When you finish a task, you create a PR to merge that branch intomap-spa
. That way, we will be able to review smaller PRs more continuously. When all tasks are finished, we test on staging and finally merge intomaster
.Tasks
ProjectMap
and a template that serves the map. The template should have the map itself and the right-hand side panel the display record details.Affected views
organization.views.default.ProjectDashboard
spatial.views.default.LocationsList
spatial.views.default.LocationAdd
spatial.views.default.LocationDetail
spatial.views.default.LocationEdit
spatial.views.default.LocationDelete
spatial.views.default.LocationResourceAdd
spatial.views.default.LocationResourceNew
spatial.views.default.TenureRelationshipAdd
party.views.default.PartyRelationshipDetail
party.views.default.PartyRelationshipEdit
party.views.default.PartyRelationshipDelete
party.views.default.PartyRelationshipResourceNew
party.views.default.PartyRelationshipResourceAdd
The text was updated successfully, but these errors were encountered: