Refactor authentication and enhance signup, login, and card management features#80
Merged
Conversation
Unicard v0.0.1 rc
…nd error/success messages
Add CSS styles for card addition form
…y across authentication files
…ce addCard.go with detailed comments for clarity
Refactor main.go, package name to authentication
…e for card deactivation
Add deactivate card functionality: implement handler and HTML template for card deactivation
…formatting for consistency
…e custom error structs with unified MessageData struct for consistency across templates
Refactor card management and HTML templates for consistency
… consistency across templates
Refactor message struct usage for consistency
Refactor card management and enhance UI for adding and deactivating cards
…emplate setup, and routing
Implement main application logic with environment variable loading and routing
- Added dashboard handler and view with user transaction details. - Enhanced login functionality with JSON response handling. - Introduced rate limiting middleware for login attempts. - Updated signup process to handle JSON requests and responses. - Refactored HTML templates for better user experience and styling. - Created a new JSON write utility for consistent API responses. - Added CSS for required field indicators in forms.
Refactor to JSON API with dashboard and login features
Enhance PR validation logic to enforce branch rules.
…and improve error handling
…sername generation
… feat/merchant
Implement merchant signup, admin dashboard, and transaction management
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…ment/actions/checkout-7 Bump actions/checkout from 4 to 7
Add responsive design and minimal UI guidelines to agents configuration
Implement admin dashboard analytics and Xendit integration
- Updated transaction queries to include user_id in various transaction-related functions for better tracking.
- Enhanced the email notification system by adding a function to send a password change confirmation email.
- Improved the handling of user activity logs by unifying transaction retrieval queries for both transactions and user activities.
- Refactored JSON response structures to use `any` instead of `interface{}` for better type safety.
- Implemented additional error handling and logging for transaction processes.
- Adjusted the rate limit middleware to use `any` for JSON responses.
- Modified merchant account updates to log user activity for profile changes.
…h user_id reference
Enhance transaction handling and user activity logging
…ss dashboard and admin views
Add merchant feature enhancements
…lized modal in merchant sidebar with JavaScript functionality for improved user experience.
…binding and add custom 404 error page
Refactor modals for improved user experience
feat: add user authentication check and redirect to login for protected views
…ialize project versioning.
feat: implement merchant signup and customer login templates.
…tion #76 Integrate MQTT service for hardware communication and add card validation
Add comprehensive documentation for setup, hardware, usage, and testing guides
…nce README with setup instructions
Update environment configuration and enhance README
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
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.
Project is in v0.0.1-rc status.
soon