{"id":20332177,"url":"https://github.com/lsyurea/tskmanager","last_synced_at":"2026-04-10T02:34:51.609Z","repository":{"id":165601532,"uuid":"640964912","full_name":"lsyurea/tskManager","owner":"lsyurea","description":"tskManager which makes use of NUS mod API to coordinate and manage tasks with a customised profile page of all the items due on the day itself","archived":false,"fork":false,"pushed_at":"2024-01-05T01:04:50.000Z","size":10008,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T12:43:55.380Z","etag":null,"topics":["css","html5","jsx","nodejs","postgresql","react","supabase"],"latest_commit_sha":null,"homepage":"https://tskmanager4u.netlify.app/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lsyurea.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-05-15T13:48:24.000Z","updated_at":"2023-10-04T13:52:01.000Z","dependencies_parsed_at":"2023-12-13T16:46:13.799Z","dependency_job_id":"a7383412-a75a-4b23-aa43-246279bf2cd0","html_url":"https://github.com/lsyurea/tskManager","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lsyurea/tskManager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsyurea%2FtskManager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsyurea%2FtskManager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsyurea%2FtskManager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsyurea%2FtskManager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lsyurea","download_url":"https://codeload.github.com/lsyurea/tskManager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lsyurea%2FtskManager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27467190,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-12-03T02:00:06.367Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["css","html5","jsx","nodejs","postgresql","react","supabase"],"created_at":"2024-11-14T20:25:22.093Z","updated_at":"2025-12-03T02:06:46.549Z","avatar_url":"https://github.com/lsyurea.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tskManager4u\n\n## Introduction\n\ntskManager is a web application that allows users to:\n\n1. Create and manage todo list under /dashboard (must first login)\n2. Schedule and create timed tasks under /calendar (must first login)\n3. Search and add Modules under /\n4. View current todo task (miscellaneous task) and scheduled task (from calendar) and modules that we are taking under /module (must first login)\n\n## Project Overview\n\ntskManager aims to streamline the process of managing tasks and homework on top of module requirements by automatically adding exam dates, details into the calendar\n\n## Requirements Gathering\n\nThe requirements for tskManger was gathered through conducting surveys on the number one stressor as students in NUS.\n\n## Design\n\nThe software architecture of the tskManager follows the Component-Based architecture enforced by React.\nIt can be further modified to use Model View Controller (MVC) architecture by implementing libraries such as React-Redux\n\n## Development\n\n### Coding Standards\n\n- JavaScript code follows the Airbnb style guide.\n- CSS code adheres to BEM (Block Element Modifier) methodology.\n- Consistent indentation\n\n### Version Control\n\n- Git is used for version control.\n- Separate branches are created for development purposes\n\n### Development Practices\n\n- Code reviews conducted before merging into main branch.\n- Unit tests written using Vitest.\n- Continuous Integration abstracted using GitHub and netlify.\n\n## Testing\n\n- tskManager development follows a test-driven development (TDD) approach.\n- Unit testing is performed to verify functionality of each component before Integration testing, which is also done using Vitest\n- Run npx Vitest to test the components.\n\n![Evidence](https://github.com/lsyurea/tskManager/assets/96010792/64909580-ba7b-4b56-8010-50f1f52e0145)\n\n- System testing is done right after integration testing using Katalon.\n\n## User Acceptance Testing(UAT)\n\n- Conducted Every Month from July 2023 to August 2023 right after unit, integration and system testing.\n- User faced the issue whereby the datepicker is not in 'en-GB format' but in MM/DD/YYYY. This issue was subsequently redressed (July)\n- User faced the issue whereby the todo list rendering is too slow while waiting for information to be retrieved from supabase. This was subsequently optimised using session storage. (July)\n\n## Installation process\n\ntskManager Installation process:\n\n- Install the latest version of node package manager\n- Clone this project\n- create supabase project and place key and url in .env file under frontend, where:\n    VITE_KEY = {{Insert Supabase Key here}}\n    VITE_URL = {{Insert Supabase URL here}}\n- run cd frontend \u0026\u0026 npm install\n- run cd frontend \u0026\u0026 npm run dev for local hosting\n\n## Tech stack\n\nReact, Supabase, HTML, CSS, JS, PostgreSQL\n\n## Sample\n\n[Visit Our Website](https://tskmanager4u.netlify.app/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsyurea%2Ftskmanager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flsyurea%2Ftskmanager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flsyurea%2Ftskmanager/lists"}