Skip to content

Python tool for scheduling one on ones across a team

Notifications You must be signed in to change notification settings

katelynarenas/one_on_one

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The goal of this project was to provide a basic tool for scheduling One on Ones at a company. The project has three key classes, all of which should be subclassed: Group: The group class returns a dictionary of {'GroupName': [group_list, ...]} Pair: Takes in the dictionary output by Group and returns a list pairs of people [(Person1, Person2), ...] Schedule: Takes in a list of pairs and schedules meetings for those pairs. Scheduling meetings can be whatever is needed for your company

I have implemented 1 subclass for each class type to be use at GameChanger

I hope to still add a web interface for accessing and using these classes and their methods.

About

Python tool for scheduling one on ones across a team

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 85.3%
  • HTML 14.7%