-
Notifications
You must be signed in to change notification settings - Fork 0
Merge pull request #2 from acesknust/original-changes #3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Simondelali
wants to merge
105
commits into
original-changes
Choose a base branch
from
main
base: original-changes
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Merge pull request #1 from acesknust/main
Original changes
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@Simondelali is attempting to deploy a commit to the Owusu Prince 's projects team on Vercel, but is not a member of this team. To resolve this issue, you can:
To read more about collaboration on Vercel, click here. |
…bout page with content and navigation, and update header links to point to the About page.
UI enhancement and restructure files
Resolve module locations
…and navigation, and update header links to point to the About page.
Aboutpage
…r and Footer components.
Refactor import paths in About page to use absolute imports for Heade…
Fix HTML entity in About page text for proper rendering of apostrophe.
…; adjust logo size and source.
Update About page with new executive images, titles, and descriptions…
About Page: - Remove hardcoded executives, now fetches from API - Add dynamic group photo from AcademicYear model - Add auto-rotate carousel with pause on hover - Add swipe gestures for mobile - Add prominent position badges - Add SEO metadata (title, description, keywords) - Improve Mission cards with gaps and rounded corners - Add horizontal scroll for Vision circles on mobile - Add transparent logo for Our Logo section Backend: - Add group_photo field to AcademicYear model - Improve admin panel with clear labels for non-developers - Add group_photo_preview to admin Footer: - Dynamic year using new Date().getFullYear() - Centralize social media links in constant - Add newsletter form feedback (loading, success, error) - Fix navigation links to proper pages
CRITICAL FIX: Payments were being lost when users closed their browser after paying but before the success page loaded. The system only verified payments via frontend callback. Changes: - Add PaystackWebhookView with HMAC SHA512 signature verification - Refactor verification logic into reusable _complete_verification() method - Add /api/shop/webhook/ URL route for Paystack callbacks - Add authentication bypass for webhook (validated via HMAC instead) - Add structured logging for webhook events Admin Improvements: - Fix mark_as_fulfilled to only allow PAID orders (prevents marking PENDING as fulfilled) - Fix mark_as_failed to prevent cancellation of DELIVERED orders - Add guard to prevent un-completing delivered orders DEPLOYMENT: After pushing, configure webhook URL in Paystack Dashboard: https://aces-shop-backend-w8ro7.ondigitalocean.app/api/shop/webhook/
Fix/payment webhook handler
- Created courses Django app with AcademicYear, Semester, Course models - Added admin interface with inline editing support - Created API endpoint /api/courses/years/ with nested serialization - Migrated 42 courses from static JSON to database - Redesigned frontend with year tabs and accordion semesters - Added Framer Motion animations and modal for course info - Updated credit hours from KNUST curriculum - Included data dump for production import
feat: Add courses backend with dynamic data and UI redesign
Merge pull request #53 from acesknust/feature/courses-redesign
Feature/courses redesign
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge pull request #1 from acesknust/main