Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add timelinesection #1

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open

Add timelinesection #1

wants to merge 13 commits into from

Commits on Oct 9, 2021

  1. chore: add dated gantt chart

    petute committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    02e75d4 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. feat: add gantt axis

    petute committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    2782dec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bdf618 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    afb00b0 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. feat: add event rects

    petute committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    af33810 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. chore: change DataType and add RoomAndTimesType

    - DataType
    DataType holds all the fields that will later be added through a csv doc
    DataType should now be in its final form including everything necessary
    - RoomAndTimesType
    RoomAndTimesType is a helper type designed do be used in palcing events
    It is probably gonna get changed down the line
    petute committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    97949f0 View commit details
    Browse the repository at this point in the history
  2. chore: adapt util functions for new types

    - setUniqueCategoriesAndTimes
    This function looks for unique timespans within all categories.
    If two events overlap they will be added to the same timespan
    The start- & endDate will be adapted to be the smallest and largest date
    
    - getRoomTimeTimesCalled
    This currently just checks whether a dateSpan fits into a span
    and returns the appropriate y position.
    petute committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    7891ac2 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Configuration menu
    Copy the full SHA
    781174b View commit details
    Browse the repository at this point in the history
  2. feat: add timelinesection

    petute committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    3c39cbf View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2021

  1. Configuration menu
    Copy the full SHA
    09fdde9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bb610f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. Configuration menu
    Copy the full SHA
    cda476c View commit details
    Browse the repository at this point in the history
  2. chore: change start and enddate of chart

    - Automatically set start and enddate of chart based on events
    petute committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    503ea03 View commit details
    Browse the repository at this point in the history