Skip to content

Instantly share code, notes, and snippets.

@johnkazer
Last active January 13, 2020 21:35
Show Gist options
  • Save johnkazer/33cc53c37a0821aebbbf3bae4138bb53 to your computer and use it in GitHub Desktop.
Save johnkazer/33cc53c37a0821aebbbf3bae4138bb53 to your computer and use it in GitHub Desktop.
Project Tracker
Project Tracker
Holidays -> Holidays
Team -> Team
Team utilisation -> Team utilisation
Individual capacity -> Individual capacity
projectCapTab -> projectCapTab
Project forecast -> Project forecast
Holidays
Team
Add new entry -> New team form
New team form
Save -> Team
Team utilisation
Individual capacity
Move individual week -> Individual capacity
Select individual -> Individual capacity
Filter project status -> Individual capacity
projectCapTab
Move project capacity week -> projectCapTab
addRow -> projectCapTab
editDetails -> projectCapTab
addStaff -> projectCapTab
Forward capacity
Move individual week -> Individual capacity
Project forecast
function render(model){
let current_state_name = model.active_states[0].name;
return $("h1",
{style: {color: "darkBlue"}},
`The current state is: ${current_state_name}`);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment