Code Monkey home page Code Monkey logo

my-case-tracker's Introduction

My Case Tracker

image-20230223101621913

The difference between My Case Tracker and My Case Tracker Rating

Select script based on your need

โš ๏ธScript may have potential bug that cause CSV data loss, I'd recommend you to store CSV with OneDrive or backup CSV regularly to keep data more secure

  • My Case Tracker

    It will generate CSV with 5 columns:

    Date Time Case Type Note
    1/1/2023 12:12:00 Incident88888 Written Win10 Upgrade issue

    Default CSV path is set to keep on Local

  • My Case Tracker Rating

    It will generate CSV with 4 columns:

    Date Time Case Rating
    1/1/2023 12:12:00 Incident88888 10

    Default CSV path is set to keep on OneDrive.

How to Use:

Right click->Run with Powershell

How to Switch CSV on Local/OneDrive path:

Do not change this option after CSV is created, or it may create a new CSV.

Change $KeepLocal to $true or $false under variables block, default value: $false

[Bool]$KeepLocal = $false

Where is CSV Stored?

By default, the CSV is stored on Documents folder

If OneDrive is installed, it will set with OneDrive-Documents folder

You can also use the 'open CSV folder via file explorer' option to open the folder contains this CSV

What if I Want Change The Name of CSV?

Change $Filenameline to under variables block

$Filename = <custom_csv_name>

What if I Want Change the CSV to Custom Path?

  1. Set$KeepLocal to $true under variables block
[Bool]$KeepLocal = $true
  1. Find function Get-ProfilePath, modify the $profilepath in main else block
    else{
        # Modify custom path here with $keeplocal set to $true.
        $profilepath = <your_custom_path>
    }

image-20230222165259511

How to Change Daily Target:

This feature not available in My Case Tracker Rating

Modify$target to under variables block, default value: 35

$target = 35

my-case-tracker's People

Contributors

lischen2014 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.