Skip to content

Instantly share code, notes, and snippets.

@uniconstructor
Last active April 6, 2023 07:32
Show Gist options
  • Select an option

  • Save uniconstructor/f068be0e141218409f8b8434fcff724f to your computer and use it in GitHub Desktop.

Select an option

Save uniconstructor/f068be0e141218409f8b8434fcff724f to your computer and use it in GitHub Desktop.
Обработка тендера*
Обработка тендера*
Валидация данных тендера*
Отмена
Отмена
Дополнение требований
Подтверждение требований
Сбор предложений
Проверка предложений
Оценка предложений
Публикация результатов
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