Skip to content

Releases: cse112-sp20/TEAM-1-CODE-JAM

Team Activity Tracker Chrome Extension

12 Jun 02:31
15413e8
Compare
Choose a tag to compare

The new features include:

  • Unit testing
    • Jest/React Testing Library
    • 90% Code Coverage

  • End to End Testing
    • Jest/Puppetter
    • Test all features of our chrome extension
  • Pipeline upgrades
    • Codacy Reports
    • Code coverage must be > 90% to pass
    • E2E w/ puppeteer has been added
    • Reordered the pipeline order so linters are first to run, and if they fail the pipeline stops
  • Updated Readme
    • Includes how to get started if your a new developer
    • Demo of timeline/checkin feature
    • Demo of create/join/delete teams
    • An external link to a demo of our entire feature set
    • Team member list
    • Feature set
  • Bug fixes
    • Fixed issue with joining teams bug

Team Activity Tracker Chrome Extension

04 Jun 03:42
44c824c
Compare
Choose a tag to compare

The new features include:

Home Page

  • Check In / Check out that allows the user to specify when they want to be tracked
  • Timeline that displays point system based on positive / negative tasks

Timeline

  • Random animal assignment so team members cant detect the negative actions
  • Time stamp information to display on timeline
  • Point system

Charts

  • View your performance based on the day compared to the rest of your teammates

Teams

  • Add / Create new teams. Team code is generated

Fire base

  • Timeline information is saved to firebase

Settings Page

  • Allow for Github login button to track Github commits

UI Changes

  • Home page now displays team code, active members on team, and the current website user is on
  • Timeline/Home page now display random animal avatars
  • MaterializeCSS

Testing

  • End 2 End testing with pupeteer
  • Unit testing with Jest / React Testing Library