Giter VIP home page Giter VIP logo

Comments (4)

alaskamapscience avatar alaskamapscience commented on July 20, 2024

Do you think we need to support wrapping across any span? Or just have the week index begin with zero on Monday? I was assuming that we could be a little bit restrictive about the schedule formatting, but am happy to work on making it even more flexible.

from bmon.

alaskamapscience avatar alaskamapscience commented on July 20, 2024

And, a much bigger potential issue is overlapping occupied periods. I've currently left the burden on the user to ensure that the occupied periods don't overlap. Without too much effort I could check the schedule and raise an error of occupied periods overlap. Or, if we need to get fancy, we could write code to dissolve and normalize overlapping occupied periods. How much effort do you think we want to put into this?

from bmon.

alanmitchell avatar alanmitchell commented on July 20, 2024

I think we assume the user will avoid overlapping occupied periods. But, I think addressing wrapping should be pretty straight forward. Start with the starting day index, add 1 to increment but then do a mod 7 (% 7 in Python), and keep incrementing and mod'ing until the final day index is reached?

from bmon.

alaskamapscience avatar alaskamapscience commented on July 20, 2024

Fixed.

from bmon.

Related Issues (20)

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.