Open githubbob42 opened 5 years ago
Fix routes for forms and reports to be parameterized so we do not have to grab and parse the URL every time a report or form is opened.
We have 8 files where we are grabbing the URL and parsing it from the address bar:
Proposal solution:
| | | |-|-| | Module | | Route pattern | fx-forms/index | | **Old**** – **form/:parentType/:parentSyncId/:sobject/:syncid(/:childSObject)(/:field) **New** **–**:rootModule/:syncid/form/:formSobject/:formSyncid(/:childSObject)(/:field) | | fx-forms/templates | | **Old** **–**form/:parentType/:parentSyncId **New ****–**:rootModule/:syncid/form | | print/view | | **Old** * attachment/:sobject/:id?returnURL **New** * :rootModule/:syncid/report/:reportSobject/:reportId * handles job/ticket/quote attachments * :rootModule/:syncid/:formSobject/:formSyncid/report/:reportSobject/:reportId * handles job/ticket/quote form attachments |
{{ table query: SELECT Number, Name, Owner, Status, 'Story Points' WHERE Type = Story and Feature = THIS CARD ORDER BY Status }}
Mingle Card: 6157 Narrative
Fix routes for forms and reports to be parameterized so we do not have to grab and parse the URL every time a report or form is opened.
Acceptance Criteria
Analysis
We have 8 files where we are grabbing the URL and parsing it from the address bar:
Proposal solution:
Stories
{{ table query: SELECT Number, Name, Owner, Status, 'Story Points' WHERE Type = Story and Feature = THIS CARD ORDER BY Status }}
Impact Analysis
Test Plan