GithubHelp home page GithubHelp logo

myhololens / vscode-coding-tracker-server Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hangxingliu/vscode-coding-tracker-server

0.0 1.0 0.0 2.22 MB

:chicken: VSCode Coding Tracker extension server side program

License: GNU General Public License v3.0

JavaScript 84.03% HTML 8.45% Shell 1.61% CSS 1.95% C++ 3.95%

vscode-coding-tracker-server's Introduction

Visual Studio Code Coding Tracker Server

VSCode Coding Tracker extension server side program.

Links:
Extension side Github repo
VSCode extensions marketplace

Give me coffee for coding better via Paypal
Your support encourage me to make my vscode extensions better and better! (and add more and more features)

Screenshot

screenshots_2

Current Version

0.7.0 (2018/05/xx) Coding...

  1. Support token files to declare multi-tokens
    • basic support
    • support computerId attributes for uploadToken
    • more unit tests
    • more and more unit tests
  2. More filter rules are supported.
    • backend support
    • frontend support
      • start new front-end deveploment (replace pug to preact jsx)
  3. Refactory I18N support placeholder to more readable (maybe delay)
  4. Merge file path and project path better.
    • unit test for report-v2
    • depends on file reader with cache and pre-scan for finding projects
  5. Optimize database reader (add cache for old files)
    • new intermediate layer for filesystem reading operation
    • add cache for old files by following modify time
    • add this layer into AnalyzeCore
    • unit tests

0.6.0 (2018/03/23)

  1. Support exporting/downloading report data as CSV format.
  2. Support adding association for projects (So you can merge report from different projects).
  3. Fix incorrect 24 hours report.
  4. Fix some wrong i18n on the UI.
  5. More compatible with old browsers and mobile browsers.

How To Install And Use

  1. Make sure You have installed Node.js development environment included npm
  2. Install this server program
    • Way 1 : Clone this repository and execute npm i in the folder where this README.md located
    • Way 2 : Using npm i vscode-coding-tracker-server anywhere you want to install to
  3. Execute npm start or node app to launch this server program.
    • You could give it more options like npm start -- ${MORE_SERVER_OPTIONS} if you start it by using npm start
  4. Open URL http://domain:port/report?token=${YOUR_TOKEN} to get coding report
    • In default, URL in local is http://127.0.0.1:10345/report?token=${YOUR_TOKEN}
    • If you using --public-report option to launch server, you could ignore the query parameter token in above URL

More server option things:

--local: It means server bind address on 127.0.0.1 when server listening. (Other computer could not upload data and visit report page in this mode)

--random-token: It means server will using a 8 length random string as API/upload token even if you giving a token by -t option

--public-report: It means anyone could visit report page without token

more options information you could find by using command node app --help

more version information: CHANGELOG.md

Contributing

It is necessary to read CONTRIBUTING.md before contributing codes/translations or building codes

Editing/Modifying/Buidling codes

Goto chapter Editing, Building, Running and Testing in CONTRIBUTING.md.

Files manifest

redirect to FILES.md

Author

LiuYue

Contributors

Dolgishev Viktor (@vdolgishev)

License

GPL-3.0

vscode-coding-tracker-server's People

Contributors

hangxingliu avatar caioflores avatar curpeng avatar oiyouyeahyou avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.