•  
     
    story #8380 have short response time when I load Planning view
Summary
scrum user
have short response time when I load Planning view
Empty

When I load the planning v2, I don't have spinners that make me wait but data are already there

Empty
Empty
Status
Empty
Done
Development
  • [ ] Does it involves User Interface? 
  • [ ] Are there any mockups?
  • [ ] Are permissions checked?
  • [ ] Does it need Javascript development?
  • [ ] Does it need a forge upgrade bucket?
  • [ ] Does it need to execute things in system events?
  • [ ] Does it impact project creation (templates)?
  • [ ] Is it exploratory?
Extract a component from the actual route that is responsible to provide a json:
- v1/milestones/:id
- v2/projects/:id/backlog
- v1/milestones/:id/backlog
- v1/milestones/:id/milestones

Use this object to inject in angular app init() the initial data as json.

Angular app do subsequent calls (starting from page 2) (/!\ offset/limit should be the same between php and js)

-> v2/projects/:id/backlog REST route should be deleted (not public REST route)
Details
#8380
Manuel Vacelet (vaceletm)
2015-12-03 16:15
2015-08-27 15:42
8617

References

Follow-ups

User avatar
  • Technical informations
    Something went wrong, the follow up content couldn't be loaded
    Only formatting have been changed, you should switch to markup to see the changes
User avatar
  • Acceptance criteria
    Something went wrong, the follow up content couldn't be loaded
    Only formatting have been changed, you should switch to markup to see the changes
  • Technical informations
    Something went wrong, the follow up content couldn't be loaded
    Only formatting have been changed, you should switch to markup to see the changes