Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
kingsleyesisi pushed 1 commit to master kingsleyesisi/Attendance
- remove unnecessary overflow property from view attendance layout b26a9db
kingsleyesisi pushed 1 commit to master kingsleyesisi/Attendance
- add login page template with Tailwind CSS styling 23f3324
kingsleyesisi pushed 1 commit to master kingsleyesisi/Attendance
- refactor view attendance layout for improved responsiveness and styling 562d317
kingsleyesisi pushed 1 commit to master kingsleyesisi/Attendance
- update success page title and enhance view attendance layout with Tailwind CSS 0a70ed9
kingsleyesisi pushed 1 commit to master kingsleyesisi/Attendance
- add dependencies for dotenv and PostgreSQL support in requirements.txt f83a251
kingsleyesisi pushed 1 commit to master kingsleyesisi/Attendance
- configure database settings for PostgreSQL and load environment variables a00ae46
kingsleyesisi pushed 1 commit to master kingsleyesisi/Attendance
- refactor index.html layout and enhance header with university branding; add success view documentation 0d30c7a
kingsleyesisi pushed 1 commit to master kingsleyesisi/Attendance
- implement success page and update attendance redirection; enhance duplicate entry error page with Tailwind CSS add00bd
kingsleyesisi pushed 1 commit to master kingsleyesisi/Attendance
- add initial requirements and Vercel configuration for deployment db0679b
kingsleyesisi created a repository: kingsleyesisi/Attendance
kingsleyesisi pushed 1 commit to payment kingsleyesisi/fasticket
- Add runtime decorator for performance measurement; implement registration and login functions; update CORS settings i... d602fc7
kingsleyesisi pushed 1 commit to DRFbackend kingsleyesisi/fasticket
- added allowed origin for the frontend acb6143
kingsleyesisi pushed 1 commit to DRFbackend kingsleyesisi/fasticket
- Revert "Payment (#3)" This reverts commit 858b2421552bf0b65985f25c1c011356c5b9473d. 321626e
kingsleyesisi pushed 1 commit to DRFbackend kingsleyesisi/fasticket
- Payment (#3) * initialize payment app with models, views, admin, and tests * configure environment variables for ... 858b242
kingsleyesisi closed a pull request on kingsleyesisi/fasticket
Payment
Initialize payment with Paystack API for creation of transactionskingsleyesisi pushed 17 commits to payment kingsleyesisi/fasticket
- Added .gitignore file: to start working on this branch i created a .gitignore file 6f4b9dd
- Added event_manager app: modified the model.py to include models for the app. Also added the app to the base settings... 94f79ef
- Added event_manager app: modified the model.py to include models for the app. Also added the app to the base settings... cf3f746
- Merge pull request #1 from Donchuks02/Event-creation-and-management-branch Initialised the event management app 859fc3a
- modify the UserProfile View and also did some other few changes edad45b
- Corrected the installed app from (event_app) to (event_manager) 78eca23
- updated the requirements.txt d53cd45
- Added django-environ to the requirements.txt 99342ad
- initialize payment app with models, views, admin, and tests (#2) 8d7fa2b
- Update serializers.py 099af28
- removed unsed code 70b8cb6
- removed unsed code c0daaf4
- Revert "Update serializers.py" This reverts commit 099af2873ad40462d84577a9c22a0c92ff6c23fc. 6d33d9d
- Refactor serializers and add CORS middleware and settings faf4517
- Add CORS settings for development environment 4f3c52e
- Update authentication logic to support username or email for login 2c0a6b5
- add .gitignore file and clean up unused models, serializers, and views; update settings for CORS 2c7830a
kingsleyesisi pushed 1 commit to main kingsleyesisi/Net_King
- docs: update project name in README; clarify error handling in network scanning function e04bb39
kingsleyesisi pushed 1 commit to main kingsleyesisi/Net_King
- feat: add Linux password retrieval and runtime measurement decorator; enhance network scanning functionality 1f01e99
kingsleyesisi opened a pull request on kingsleyesisi/fasticket
Payment
Initialize payment with Paystack API for creation of transactionskingsleyesisi pushed 1 commit to DRFbackend kingsleyesisi/fasticket
- Update authentication logic to support username or email for login 2c0a6b5
kingsleyesisi pushed 9 commits to payment kingsleyesisi/fasticket
- configure environment variables for Paystack keys and update DEBUG setting 5a273c6
- add Paystack payment verification class with API integration 645f8d8
- enhance authentication response with username and error handling; update environment variable loading bd1b826
- refactor Paystack class to improve payment initialization and error handling for the pay function 4704914
- add Payments model with payment verification logic and timestamps 78e52ed
- add payment initialization view 3053648
- add payments URL routing to include payment app b3cfa3d
- refactor InitializePaymentView to streamline response handling and improve logging 434eeec
- backup b05a005