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 Calendar Function #66

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

Conversation

bbland1
Copy link
Contributor

@bbland1 bbland1 commented Nov 6, 2022

Changes

Created a calendar.html, calendar.css and calendar.js
(separated out the css because didn't want to interfere with the base css as I worked through it all)

I looked at the sigma and added spaces for each thing on the dash board but the calendar is the only part with function so far. This creates the calendar of the current month and marks the current date. It also allows the user to use the arrows next to the month/year info to go forward and backwards to a new month. It populates the month with what should be the correct first day of the month and the total days.

There are some classes in the css that would be used to display the predicted period if that is a feature, a logged period and the flow of the logged period if add. The js for that isn't made yet because I just thought about that but wanted to push a smaller pull request instead of giant change files.

Fixes #53

Type of change

  • New feature (non-breaking change which adds functionality)

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

@bbland1 bbland1 changed the title Add Calendar Add Calendar Function Jan 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add calendar
1 participant