-
**Andrew W's (p0w0b) Scrum Report**
### What did you work on this past iteration (2 weeks)?
- Mongo integration: Added actions and reducers for calendar to subscribe to runs & weather events fro…
-
## Description
Is it possible to set a prop on the Agenda component to specify whether it should be in the calendar or agenda view? The use case for me is that when the calendar has been opened and…
-
Add a calendar component to web page.
-
Ricky Li - r1j2b
1. I worked on implementing an error notification system, assisted in forming the API for the backend, and worked on making our calendar component fit a new form of data format.
2…
-
```
What steps will reproduce the problem?
1. go to http://www.test.ensors.us/?page_id=121
2. that's all
What is the expected output? What do you see instead?
I expect that a calendar might just show…
-
**Describe the bug**
If for example I want the calendar to start from 8 am, and end at 7 am, I set the dayStartHour to 8 and the dayEndHour to 7, when doing that, the calendar disappears co…
-
Parsing a "yyyy-MM-dd" date without a timezone using
```
ISO8601Utils.parse(dateString, ParsePosition(0)).toInstant()
```
applies a timezone from a default locale which leads to an incorrect r…
-
[Vue warn]: Unknown custom element: - did you register the component correctly? For recursive components, make sure to provide the "name" option.
found in
---> at src/views/Test.vue
a…
-
Ricky Li - r1j2b
1. I worked on finalizing the functionality and styling for both the trip and outing calendar components.
2. I struggled on deciding where the state should lie for both components…
-
the component works, but i can't reach the fullCalendar object.
my html:
``
in my controller:
` vm.uiConfig = {
calendar:{
lang: 'en',
height: 450,
editable: false,
…