From d4db532a724a471fbdbce4bd5ad9f41ddc01686f Mon Sep 17 00:00:00 2001 From: Leo Malinen <107366630+leo-malinen@users.noreply.github.com> Date: Sun, 15 Dec 2024 20:47:25 -0800 Subject: [PATCH 1/2] Updated full description README.md --- README.md | 43 ++++++++++++++++++++++++++++++++++++++----- 1 file changed, 38 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8c482b8..f74af19 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,43 @@ + # DynamicScheduler [![Pytest](https://github.com/ChicoState/DynamicScheduler/actions/workflows/pytest.yml/badge.svg?branch=main&event=push)](https://github.com/ChicoState/DynamicScheduler/actions/workflows/pytest.yml) [![Pylint](https://github.com/ChicoState/DynamicScheduler/actions/workflows/pylint.yml/badge.svg?event=push)](https://github.com/ChicoState/DynamicScheduler/actions/workflows/pylint.yml) [![Cyclomatic Complexity Check](https://github.com/ChicoState/DynamicScheduler/actions/workflows/cyclomatic-complexity.yml/badge.svg?event=push)](https://github.com/ChicoState/DynamicScheduler/actions/workflows/cyclomatic-complexity.yml) -Ivan G. -Leo M. -Thomas D. -Alex L. -Logan W. +Our Dynamic Scheduler is a web based application built with Flask, Python, HTML, and CSS. It is designed to help you efficiently manage your time, tasks, and events with a scheduler that includes a month view, day view, and login page. + +--- + +## Description + +Dynamic Scheduler helps you: + +- Manage your schedule with a dynamic month view. +- Plan your day with a detailed day view. +- Securely log in to access your personalized scheduler. + +## Features + +### Month View + +- Get a comprehensive overview of your monthly schedule. +- Easily navigate between months. + +### Day View + +- Detailed view of your daily tasks and appointments. +- Add, edit, and delete tasks with ease. + +### Login Page + +- Secure login and authentication. +- Personalized scheduler based on user credentials. +- Source of the users.cs file: {https://github.com/shouldbee/reserved-usernames} + +### Authors: + +1. Leo Malinen +2. Thomas Devine +3. Ivan Gavrushenko +4. Alex Leonard +5. Logan Winn From 12f3bd68ae6141b60139c826816c3fcc25454052 Mon Sep 17 00:00:00 2001 From: Leo Malinen <107366630+leo-malinen@users.noreply.github.com> Date: Sun, 15 Dec 2024 20:47:49 -0800 Subject: [PATCH 2/2] last minor change to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f74af19..c88901b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,9 @@ Dynamic Scheduler helps you: - Secure login and authentication. - Personalized scheduler based on user credentials. -- Source of the users.cs file: {https://github.com/shouldbee/reserved-usernames} +- Source of the users.csv file: {https://github.com/shouldbee/reserved-usernames} + +--- ### Authors: