{"id":20415017,"url":"https://github.com/udattam/school","last_synced_at":"2025-09-14T03:29:16.691Z","repository":{"id":183635877,"uuid":"547095474","full_name":"udattam/School","owner":"udattam","description":"A basic file management system for schools written in Java.","archived":false,"fork":false,"pushed_at":"2022-10-08T11:54:54.000Z","size":16,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-15T13:36:43.313Z","etag":null,"topics":["algorithms-and-data-structures","java","oops-in-java"],"latest_commit_sha":null,"homepage":"https://udattam.github.io/School","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/udattam.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-07T06:00:34.000Z","updated_at":"2022-10-07T15:54:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"7c54b224-124b-4ee3-a8b1-8675ac0929e3","html_url":"https://github.com/udattam/School","commit_stats":null,"previous_names":["udattam/school"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udattam%2FSchool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udattam%2FSchool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udattam%2FSchool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/udattam%2FSchool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/udattam","download_url":"https://codeload.github.com/udattam/School/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241960093,"owners_count":20049334,"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","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":["algorithms-and-data-structures","java","oops-in-java"],"created_at":"2024-11-15T06:13:45.787Z","updated_at":"2025-03-05T03:29:28.644Z","avatar_url":"https://github.com/udattam.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# School\n\nA basic file management system for schools written in Java.\n\n## Table of Contents\n\n- [Overview](#overview)\n- [Features](#features)\n- [Technologies](#technologies)\n- [Setup](#setup)\n- [Results](#results)\n- [Contributing](#contributing)\n\n## Overview\n\nSchool is a basic file management system for schools. This helps teachers to manage the courses and study materials for their students.\n\n## Features\n\n- School has a list of teachers and students.\n- Teachers can create subjects. Each subject can have multiple lessons. Each lesson may have multiple workbooks.\n- A list of actions is attributed to each teacher.\n- Action types are: ADD, DELETE, REORDER, MOVE\n- Teachers can add, delete, reorder and move lessons and workbooks.\n- Teachers can perform undo operations.\n- A simple hashing technique is used to store the exact addresses of the nodes in the tree.\n- We can use this hashed address to retrieve the exact node from the tree.\n- The exact node obtained from the hashed address can be used to find the path from the root node to the exact node.\n- The number of children for each node can be found.\n\n## Technologies\n\n- Java\n- Object Oriented Programming(OOP)\n- Data Structures(Tree, Queue, Stack, HashMap, ArrayList)\n- Algorithms( Hashing, Tree Traversal, etc.)\n\n## Setup\n\nTo run this project, you need to have Java installed on your system. Open the project in your favorite IDE and run the `Test.java` file to see the results. The main logic is in the `DigitalSchool.java` file. The `Test.java` file is used to test the main logic. The results are printed to `results.txt` file.\n\n## Results\n\nThe results are located [here](./results.txt)\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n---\n\n### Link to the project: [Github Repository](https://github.com/udattam/School)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudattam%2Fschool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fudattam%2Fschool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fudattam%2Fschool/lists"}