https://github.com/noahweasley/timely
An Android app that manages University students activities
https://github.com/noahweasley/timely
alarms android school school-management school-work
Last synced: 22 days ago
JSON representation
An Android app that manages University students activities
- Host: GitHub
- URL: https://github.com/noahweasley/timely
- Owner: noahweasley
- License: gpl-3.0
- Created: 2021-02-22T22:06:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-27T22:34:37.000Z (about 2 years ago)
- Last Synced: 2025-02-10T05:22:01.629Z (3 months ago)
- Topics: alarms, android, school, school-management, school-work
- Language: Java
- Homepage:
- Size: 5.62 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# TimeLY
## An Android app that manages University students activities





### About
TimeLY is the kind of android application you might want to have as a University student, although, the app isn't
complete, when it is, it would pack a lot of features that would make students life much more easier.### Application package usages
**N.B** : _All packages listed here are located [here](https://github.com/noahweasley/TimeLY/tree/master/app/src/main/java/com/noah/timely)_
| Package | Details |
|:----------:|-------------------------------------------------------------------------------------------------|
| about | Package housing everything related to description of both the contributors to this project |
| | and what TimeLY is all about |
| alarms | Package housing everything about TimeLY's alarm management system |
| assignment | Package housing everything about TimeLY's assignment management system |
| core | Package housing every interface, enum, class ... that needs to be public to every other package |
| courses | Package housing everything related TimeLY's courses management system |
| custom | Package containing all custom views used in TimeLY |
| error | Package housing everything related to TimeLY's error display |
| exam | Package housing everything related to TimeLY's exam management system |
| exports | Package housing everything related to TimeLY's data export / import feature |
| gallery | Package housing everything related to TimeLY's image management system |
| main | The main parts of the app. This package contains mostly the app start-up code |
| report | Package that houses TimeLY's bug report management systems |
| scheduled | Package that houses TimeLY's scheduled classes management systems |
| settings | Contains TimeLY's global settings |
| timetable | Package that contains TimeLY's timetable management system |
| todo | Package that contains TimeLY's todo management system |
| util | Package that contains all utility classes, methods, enums... |## Contributing
There are many ways in which you can participate in this project, for example:
* [Submit bugs and feature requests](https://github.com/noahweasley/TimeLY/issues), and help us verify as they are checked in
* Review [source code changes](https://github.com/noahweasley/TimeLY/pulls)
* Review the project and make pull requests for anything from typos to additional and new contentIf you are interested in fixing issues and contributing directly to the code base, open an issue with `Want to Contribute`, stating what would be your contributions.
## License
TimeLY :copyright: is under the GPL 3.0 licence
Please review [license](https://github.com/noahweasley/TimeLY/blob/master/LICENSE) to get full details.