Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amitavroy/cronos
A utility application
https://github.com/amitavroy/cronos
Last synced: about 7 hours ago
JSON representation
A utility application
- Host: GitHub
- URL: https://github.com/amitavroy/cronos
- Owner: amitavroy
- Created: 2024-11-28T02:05:08.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2025-01-14T00:35:32.000Z (2 days ago)
- Last Synced: 2025-01-14T01:27:23.386Z (2 days ago)
- Language: PHP
- Size: 778 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![Laravel tests](https://github.com/amitavroy/cronos/actions/workflows/laravel.yml/badge.svg)
# CRONOs application
![CRONOs Dashboard](https://ik.imagekit.io/xqpqzbbjz/cronos/cronos_dashboard_3.jpg?updatedAt=1735098259405)
Base theme taken from [Flowbite admin](https://github.com/themesberg/flowbite-admin-dashboard/tree/main)
Currently, these are the features that are almost working:
- Users
- Users can sign in to the application
- The development username and password is automatically picked if configured in `.env`
- Listing of user as part of the CRUD is available
- User can be added, edited and deleted
- A user can go to the Profile page and change profile detail
- A user can also upload his/her profile picture
- A user can also change his/her password from the profile page
- There are currently three roles in the app - Customer, Manager and Admin
- Products
- This is part of the commerce features
- Listing of products is visible
- Products can be added, edited and deleted
- Orders
- Right now the orders are system generated
- Listing of Orders along with Order items is visible
- A `CRON` runs every minute to add a random number of orders
- Notifications
- An Admin can create a notification which will go to everyone
- An Admin can create a notification and send to specific users only
- Users can click on the Notificatoin bell icon to see all notifications