diff --git a/LICENSE b/LICENSE index 31a9e0c..c1df792 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2024 smugg99 +Copyright (c) 2024 smeggmann99 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index a95d905..027a613 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# GOptivum +# Goptivum ## Overview -**GOptivum** is a modern replacement for the legacy schedule generator program from Vulcan, named Optivum. It is designed to scrape schedule data from [zsem.edu.pl/plany](https://zsem.edu.pl/plany) and provide data persistence, an improved (definitely) UI/UX, and a publicly available API with Server-Sent Events (SSE). This project is intended to be used as a replacement for my school's version of the software, but can easily (the scraper package) be modified to work with other school's versions of that software. +**Goptivum** is a modern replacement for the legacy schedule generator program from Vulcan, named Optivum. It is designed to scrape schedule data from [zsem.edu.pl/plany](https://zsem.edu.pl/plany) and provide data persistence, an improved (definitely) UI/UX, and a publicly available API with Server-Sent Events (SSE). This project is intended to be used as a replacement for my school's version of the software, but can easily (the scraper package) be modified to work with other school's versions of that software. > **Note**: Vulcan *(hawk-tuah)* is a **very evil** and **greedy** corporation and actively blocks open-source projects, making it difficult for developers to create alternatives to their poorly made software. For more information on this situation I suggest you visit this site [czyvulcanapojebalo.pl](https://czyvulcanapojebalo.pl/) @@ -109,11 +109,11 @@ Provides real-time updates using **Server-Sent Events (SSE)**. ## TODO for V1.1.0 -- [ ] Enhance error handling and logging (including analytics) throughout the application. -- [ ] Optimize the deployment process and documentation. +- [x] Enhance error handling and logging (including analytics) throughout the application. +- [x] Optimize the deployment process and documentation. - [ ] Implement user authentication and authorization for the API. - [ ] Add more detailed API documentation and examples. -- [ ] Create a Dockerfile for easier deployment. +- [x] Create a Dockerfile for easier deployment. ## Contributions