Skip to content
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

fix(reset password & payments):fixing reset & payment ui #63

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

janet-barbie
Copy link
Collaborator

@janet-barbie janet-barbie commented Jul 12, 2024

What does this PR do?

This PR fixes issues related with ui on both payments and reset page

Description of Task to be completed?

I added Header and Footer on both recover account page and reset page. I also fixed issues on payments confirmation page that had arose after rebasing

How should this be manually tested?

you can visit the preview

Screenshots

Screenshot 2024-07-16 at 13 48 24 Screenshot 2024-07-16 at 16 03 54 Screenshot 2024-07-16 at 13 52 32

Copy link

vercel bot commented Jul 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
champs-ec-fe-staging.deploysite.com ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 16, 2024 0:47am

@janet-barbie janet-barbie added the ready ready for review label Jul 16, 2024
@Eli250 Eli250 merged commit 4c439e6 into development Jul 16, 2024
8 checks passed
Eli250 added a commit that referenced this pull request Jul 17, 2024
* champs-ec-fe initial project setup

* Configure project tailwindcss

* chore(ESLint & precommit setup):setting up ESLint & precommit

* ch(redux): Configuring react redux

- Set up Redux store for Next.js app
- Modify _app.js to wrap app with Redux Provider
- Pass Redux store instance to Provider
- Update store configuration based on Redux Toolkit
- Created welcome slice

* feat(login)-userlogin

* Feat(sign up): User must be able to Register to the website

* feat(login)-userlogin

* ft(test-setup)

* feat(auto-tests-setup)

* ft(setting up ci tools)

* ch(deployment):add deployment git action

* bg(login)-addingtests

* bgfix(signup):Test for signup page

* feat(Two Factor Authentication):Seller authentication and OTP verification

* feat(UpdatePassword):User is able to update password

* feat(google-login):Integrate google login authentication

* bug(two-factor-authentication): bug fix for two factor authentication feature

* feat(admin)-assigningroles

* feat(password Reset):Users should be presented with reset password link

* feat: Enable sellers to create products from dashboard
- Added product creation form with basic fields (name, description, price,currency,Product Image).
- Integrated backend API endpoints for product creation and validation.
-Enhanced product Validations for good user Experience

* feat(admin)-disable-users

* Feat(Landing-Page):implements the landing page for the E-champs

* ft/axios-interceptor

* feat(reviews):add-product-reviews

* feat(cart management): add functionality for user cart mamangement

* Bgfix(Navabar): The login user and user type the issue about Menu

* ft/logout

* feat(seller products):update and delete

* feat(track-orders):add implementation of buyer track order status

* Configure app notifications

* fix(profiles) #187300200 Users should be able to view and edit their profiles

-addresses all required changes on wishlist
-User now he can view all products he added on wishlist
-Fixed margin between wishlist component and Footer
-Worked on feedback given on good and useful user experience

* feat:(payment):A buyer should be able to make a payment using Stripe API

* Feat(Dashboard): The seller and admin dashboard

* feat(feature)-improvsingleproductview-#187893630

* bgFix(dashboard): Change the dashboard Routes

* feat(chatbot):add a chatbot for travellers interaction

* feat(chatbot):add a chatbot for travellers interaction

* ft(docker):fe server should run in the docker

* fix(chat ui):fixed ui for the chat

* bugFix(Navbar): correct the navabar and dashboard

* bg-fix(search):A buyer should be able to search for products

* bug-fix(button-loading):add a loading state to clicked button

* ft(wishlist):add-products-to-wishlist

* ft(wishlist):add-products-to-wishlist

* ft(seller stats) seller should see statics on daily basis (#60)

- Update pie chart to show Available, Expired, and Other product categories
- Ensure percentages always sum to 100% by introducing,
-indicating total number of total products, available products , expired products and wished products
-Also the percentage is being on indicated regarding total products, available products , expired products and wished products

Co-authored-by: Eli Hirwa <[email protected]>

* fix(reset password & payments):fixing reset & payment ui (#63)

* bg(bug)-fixproductview (#67)

* -Ensures profile image is not uploaded again during every update (#69)

-Disabled  future date on date of birth , hence only people with 10 years can registet
-form reset on succesfully creation of products
-toast show up on successfully creation of products
-ensured correct date formatting in all page

Co-authored-by: Eli Hirwa <[email protected]>

---------

Co-authored-by: Emmanuel MUNEZERO <[email protected]>
Co-authored-by: sabatohura <[email protected]>
Co-authored-by: k3lly003 <[email protected]>
Co-authored-by: ISHIMWE Ami Paradis <[email protected]>
Co-authored-by: kayigmb <[email protected]>
Co-authored-by: tchami <[email protected]>
Co-authored-by: kanu-cast <[email protected]>
Co-authored-by: RwigimbaP_dev <[email protected]>
Co-authored-by: Denis Niwemugisha <[email protected]>
Co-authored-by: uwimana janet <[email protected]>
Co-authored-by: PrinceRWIGIMBA <[email protected]>
Co-authored-by: ISHIMWE Ami Paradis <[email protected]>
Co-authored-by: janet-barbie <[email protected]>
Eli250 added a commit that referenced this pull request Jul 17, 2024
* champs-ec-fe initial project setup

* Configure project tailwindcss

* chore(ESLint & precommit setup):setting up ESLint & precommit

* ch(redux): Configuring react redux

- Set up Redux store for Next.js app
- Modify _app.js to wrap app with Redux Provider
- Pass Redux store instance to Provider
- Update store configuration based on Redux Toolkit
- Created welcome slice

* feat(login)-userlogin

* Feat(sign up): User must be able to Register to the website

* feat(login)-userlogin

* ft(test-setup)

* feat(auto-tests-setup)

* ft(setting up ci tools)

* ch(deployment):add deployment git action

* bg(login)-addingtests

* bgfix(signup):Test for signup page

* feat(Two Factor Authentication):Seller authentication and OTP verification

* feat(UpdatePassword):User is able to update password

* feat(google-login):Integrate google login authentication

* bug(two-factor-authentication): bug fix for two factor authentication feature

* feat(admin)-assigningroles

* feat(password Reset):Users should be presented with reset password link

* feat: Enable sellers to create products from dashboard
- Added product creation form with basic fields (name, description, price,currency,Product Image).
- Integrated backend API endpoints for product creation and validation.
-Enhanced product Validations for good user Experience

* feat(admin)-disable-users

* Feat(Landing-Page):implements the landing page for the E-champs

* ft/axios-interceptor

* feat(reviews):add-product-reviews

* feat(cart management): add functionality for user cart mamangement

* Bgfix(Navabar): The login user and user type the issue about Menu

* ft/logout

* feat(seller products):update and delete

* feat(track-orders):add implementation of buyer track order status

* Configure app notifications

* fix(profiles) #187300200 Users should be able to view and edit their profiles

-addresses all required changes on wishlist
-User now he can view all products he added on wishlist
-Fixed margin between wishlist component and Footer
-Worked on feedback given on good and useful user experience

* feat:(payment):A buyer should be able to make a payment using Stripe API

* Feat(Dashboard): The seller and admin dashboard

* feat(feature)-improvsingleproductview-#187893630

* bgFix(dashboard): Change the dashboard Routes

* feat(chatbot):add a chatbot for travellers interaction

* feat(chatbot):add a chatbot for travellers interaction

* ft(docker):fe server should run in the docker

* fix(chat ui):fixed ui for the chat

* bugFix(Navbar): correct the navabar and dashboard

* bg-fix(search):A buyer should be able to search for products

* bug-fix(button-loading):add a loading state to clicked button

* ft(wishlist):add-products-to-wishlist

* ft(wishlist):add-products-to-wishlist

* ft(seller stats) seller should see statics on daily basis (#60)

- Update pie chart to show Available, Expired, and Other product categories
- Ensure percentages always sum to 100% by introducing,
-indicating total number of total products, available products , expired products and wished products
-Also the percentage is being on indicated regarding total products, available products , expired products and wished products

Co-authored-by: Eli Hirwa <[email protected]>

* fix(reset password & payments):fixing reset & payment ui (#63)

* bg(bug)-fixproductview (#67)

* -Ensures profile image is not uploaded again during every update (#69)

-Disabled  future date on date of birth , hence only people with 10 years can registet
-form reset on succesfully creation of products
-toast show up on successfully creation of products
-ensured correct date formatting in all page

Co-authored-by: Eli Hirwa <[email protected]>

---------

Co-authored-by: Emmanuel MUNEZERO <[email protected]>
Co-authored-by: sabatohura <[email protected]>
Co-authored-by: k3lly003 <[email protected]>
Co-authored-by: ISHIMWE Ami Paradis <[email protected]>
Co-authored-by: kayigmb <[email protected]>
Co-authored-by: tchami <[email protected]>
Co-authored-by: kanu-cast <[email protected]>
Co-authored-by: RwigimbaP_dev <[email protected]>
Co-authored-by: Denis Niwemugisha <[email protected]>
Co-authored-by: uwimana janet <[email protected]>
Co-authored-by: PrinceRWIGIMBA <[email protected]>
Co-authored-by: ISHIMWE Ami Paradis <[email protected]>
Co-authored-by: janet-barbie <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants