We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If 2 scheduled items in the DayView have overlapping times, then they stack on top of each other.
For example, the first appointment (10 AM-12 PM) and the second appointment (11 AM-2 PM) has the following output:
How do we want items to be displayed in this situation? Display items side-by-side?
This will need to be figured out to make the ManagerScheduleView work properly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If 2 scheduled items in the DayView have overlapping times, then they stack on top of each other.
For example, the first appointment (10 AM-12 PM) and the second appointment (11 AM-2 PM) has the following output:
![image](https://user-images.githubusercontent.com/1839652/61175675-84ddbf80-a581-11e9-81e0-45e25863a930.png)
How do we want items to be displayed in this situation? Display items side-by-side?
This will need to be figured out to make the ManagerScheduleView work properly.
The text was updated successfully, but these errors were encountered: