Last active
December 3, 2019 22:20
-
-
Save danoc/11e81667ba30be0f91f17e48add4cd65 to your computer and use it in GitHub Desktop.
Component development
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Component development | |
Needs evaluation | |
Will build -> To-do | |
Will use built-in platform component -> Uses built-in platform component | |
Is not applicable to platform -> Wont build for platform | |
Is not worth building -> Wont build for platform | |
Is already built correctly -> Merged | |
Is built but should be deprecated -> Deprecated | |
To-do | |
Start development -> In progress | |
Re-evaluate -> Needs evaluation | |
In progress | |
Merge code review -> Merged | |
Re-evaluate -> Needs evaluation | |
Done | |
Uses built-in platform component | |
Re-evaluate -> Needs evaluation | |
Wont build for platform | |
Re-evaluate -> Needs evaluation | |
Deprecated | |
Merged | |
Deprecate -> Deprecated |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function render(model) { | |
let current_state_name = model.active_states[0].name; | |
return $("div"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment