Skip to: Site menu | Main content

XPlanner

Planning and tracking tool for agile teams following XP or Scrum

REFACTOR Url clean up Print

Things to correct:

Problem Solution
Hardcoded urls in jsps and Tags Externalize the path in Action object views and Domain object views definition
Use of fkey Remove fkey =>
  • fkey is used to compute the default jsp returnto: Have the Domain object view define the default returnto
  • some edit actions like EditStoryAction use fkey internally : They should use
    • oid for creation
    • query the parent for update