-
Notifications
You must be signed in to change notification settings - Fork 14
New React-based UI #34
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
Open
jeffpearce
wants to merge
19
commits into
master
Choose a base branch
from
dev
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…Year algorithm. (#11)
* Change the model to support serializer. After serialization using Gson, include all the data into one tag to provide data acquisition capability for the new javascript-based frontend. * Edit readme. * Add pictures. * Demo completed. * Create Management Link. * Add Request Handler * Delete generate js chunks. * Add getExcludedDates handler. * Implement get/set excluded-dates function. * Integrate react project. Remove build chunks. * Jenkins Style UI. * Add a new Readme * Add proxy. * Add axios and api. * Fetching on open/Save on close. * Optimize display on excluded dates. * Add time ranges. * Add time ranges. * Add type and utcOffset field. * Add preset type. * Date Type in progress. * Add Comments about selecting presets. * Apply regional days works with Chinese New Year algorithm. * Add algorithm for chinese lunar date. * Add algorithm for chinese lunar date. * Add directories for excluded date and time ranges. Move getBrief() methods to utils.js. Use range function instead of plain repeats in select options. Change to partial import for lodash. * Set default value of date to "". Update intro and copyright. * Add api for time ranges. * Alter directory structure. * Add timezone select. * Time Range Api. * Add workflow doc. * Extract form items. * Disable java tests.(Will implement later) * Use timezone select. * Time range input validation. * Add time range slider. * Customize time range slider. * Update .gitignore to ignore node built files and node_modules. * Modify class to fix findbugs error. * Disable tests. * Sort time ranges by day of week. * Add .editorconfig * Reset components structure with adding timeRangeContainer and excludedDateContainer. * Add debounced saving function/Add saving/loading indicator for time ranges. * Add comments. * Update function name. * Add webpack config file for test. * UI Optimize * Formats.
Is there any specific reason to this still being in review? Could be the conflict files? |
It still has a few bugs. I have some of them fixed locally, but other things took my attention before I was able to finish fixing them. Let me see if I can finish it this week - this contains some pretty useful upgrade. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.