alexbochman / VS-Saturn-3

Software Engineering I course project at the University of Massachusetts Lowell. The goal is to create an extension in Microsoft's Visual Studio Code.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VS-Saturn 3

Software Engineering I Course Project

Updates

Version 1.0.0

Full release.

  • Collapsible Pomodoro button toggles the visibility of the status bar items on VS Code.
  • Completed task list implemented. Tasks can be added, removed, and viewed. Removed tasks are considered completed, and can be viewed in the completed tasks menu.
  • Options button and menu has been added. The menu includes the ability to change the timer durations for short breaks, long breaks, and the working timer.

Version 0.6.0

Added a task list button and the prototype for what the task list will look like when the button is clicked. Additionally, made modifications to the color theme toggle when breaks are started and ended. Now, the VS Code theme will invert its "kind" value when a break is toggled, effectively switching the theme regardless of what the user has set. This ensures that there will be a noticible difference when a theme is toggled.

Version 0.5.1

Started creating the timer. Added buttons and functionality behind the buttons to start/pause the timer, reset the timer, skip the current break, and snooze (add 5 minutes to the running timer). Additionally, started working on a "non-intrusive" way to show whether the timer is on "break time" (switch to light theme) or on "running time" (switch to dark theme).

Version 0.1

First iteration of the VS-Saturn extension. Simply uses Microsoft's VS Code API to output two different types of messages to the screen: a basic text message and an alert message.

Features

More Stuff

About

Software Engineering I course project at the University of Massachusetts Lowell. The goal is to create an extension in Microsoft's Visual Studio Code.


Languages

Language:JavaScript 100.0%