"IT 종사자를 위한 스트레스 및 번아웃 관리 확장 프로그램(Extensions), 메니저(mén_ager)"
IT 산업 종사자들 중 특히, 개발자들은 번아웃이 발생할 확률이 높고 스트레스를 관리하기 힘들다. 따라서 업무 중에서 자주 사용하는 도구들(GitHub, Chrome, Visual Studio, Adobe, etc.) 확장 프로그램(Extension)을 제공해서 스트레스 관리 및 번아웃을 방지할 수 있게 도와주려고 한다.
UI 구성 component score 본인의 상태(번아웃 점수) 일일 업무 목표(달성 점수)
기존 설문조사 링크 https://i6zvqipg2sh.typeform.com/to/A6K33zQG
This repository contains sample code illustrating the VS Code extension API. Each sample is a self-contained extension that explains one topic in VS Code API or VS Code's Contribution Points. You can read, play with or adapt from these samples to create your own extensions.
You can expect from each sample:
- An explanation of its functionality
- A gif or screenshot demonstrating its usage
- Link to a guide on VS Code website, if it has one
- Listing of used VS Code API and Contribution Points
- Code of the same style, enforced using ESLint
You need to have node and npm installed on your system to run the examples. It is recommended to use the node version used for VS Code development itself which is documented here
git clone https://github.com/Microsoft/vscode-extension-samples
code <any-sample-folder>
npm install
in the terminal, thenF5
to run the sample- Alternatively, follow the instructions in each sample's README for setting up and running the sample
- Hello World Sample: The Hello World sample for VS Code. See Extension Anatomy documentation.
- Hello World Minimal Sample: A minimal version of Hello World Sample written in JavaScript.
- Hello World Test Sample: Hello World sample with extension integration test. See Testing Extensions documentation.
- Hello World Web Sample: The Hello World sample for VS Code Web. See the Web Extensions guide.
Copyright (c) Microsoft Corporation. All rights reserved.
Licensed under the MIT License.
소비자에게 효용을 제시 및 제공하기 위해선 정량적인 지표가 있어야 하고, 그것이 stress management score로 환산하기 편한 '시간'이라고 우선 접근했으며, 그 중 '시간 단위당 개발자가 짠 코드 줄(line) 수'로 관리하기 비교하거나 체력바 형태(gamification)로 제공하면 어떨까. 라는 발상의 검증 과정이 2월까지 선행되어야 하며, 기본 튜토리얼의 steps 및 sample 확인중