Skip to content
This repository was archived by the owner on Nov 16, 2022. It is now read-only.

Conversation

@EKKOING
Copy link

@EKKOING EKKOING commented Aug 26, 2019

Adds the functionality of The Record's Webclock's Customization Tool through cookies.

The customizer needs a style upgrade but should be fully functional once the domain tag on the scheduler.js file is set correctly. (AKA replace ekkoing.github.io with hotchkissclock.com)

The main clock page is already compatible due to an unobtrusive function that does not disturb the majority of the original code and to keep stuff as simple as possible.

-NL

README.md Outdated
The design of version 2 was inspired by [Decount](https://decount.co/) (and this design was reimplemented into Decount), and the original source code was adapted from [Eric Li's Network Clock](https://github.com/eli8527/Network-Clock).

CClock © 2019, Jiahua Chen. Released under the [MIT License](https://mit-license.org/).
CClock © 2019, [Jiahua Chen](github.com/jiahuac) & [Nicholas Lorentzen](github.com/EKKOING). Released under the [MIT License](https://mit-license.org/).
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I should probably get a mention.

currentSchedule[0] = new Period("Period 1", 8, 30, 9, 15);
```
Where `new Period("Period 1", 8, 30, 9, 15)` means that the first period of the day (in `currentSchedule[0]`) is called "Period 1", and it starts at 8:30 AM and ends at 9:15 AM. The rest of the periods, and the rest of the days are defined similarly.
//NEEDS TO BE REWRITTEN TO SPECIFY 2 WAYS OF CUSTOMIZATION
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
//NEEDS TO BE REWRITTEN TO SPECIFY 2 WAYS OF CUSTOMIZATION

Will be rewritten once I'm not committing at 2am

@EKKOING
Copy link
Author

EKKOING commented Aug 26, 2019

Fixed Bugs I found in my personal testing.

You can test the functionality at https://ekkoing.github.io/cclock/ and https://ekkoing.github.io/cclock/scheduler

@EKKOING EKKOING marked this pull request as ready for review August 26, 2019 05:41
EKKOING and others added 30 commits March 19, 2020 23:16
Corona Clock Current Period View
Now warns the user if they try to fill out both 5A and 5B slots for a given day.
Decount has made a claim that Jiahua Chen was an employee when he created  this design and as a result had no right to release it under an MIT license. As I have gotten tired of hearing them argue with Jiahua, I have generously offered to put this little message in exchange for their silence. This in no way means that I believe their claims, but rather don't have any interest in continuing the debate.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant