Giter VIP home page Giter VIP logo

schedulingexcel's Introduction

SchedulingExcel

Possible Solution:

  • Make an object for each employee which has attr( Availability #Yes and No column. Name Amount of Availability #Priority based on available hours )
  • Make schedule which has 4x shifts (3N and Library) per timeslot.
  • Split rooms into 2 rows for inputting names for shifts.
  • Create structure to check for least available employee, then input them into the schedule accordingly.
    • ~~Select a timeslot ~~
    • Check which employee is available (Yes)
    • Order by Priority
    • Select based on least priority (whoever has the least availablity).
    • No duplicates allowed for a single timeslot.

Current:

I want to make an autoscheduler in VBA. I have a sheet named "ScheduleTemp",which is an already formatted template for the autoscheduling part of this project. In column C, starting at row 2, are where I need to automate the inputting of names. Column C has no values and extends all the way to the bottom of the table. I want to do this by - Selecting a timeslot - Check which employee is available by checking the Priority variable of their availability object - Order by the priority variable in the class. - Select based on least priority. - No duplicates allowed for a single timeslot. - There are 4 shifts per timeslot.

schedulingexcel's People

Contributors

kevindsouza03 avatar

Stargazers

Jeffery Tung 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.