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

Production #73

Open
wants to merge 97 commits into
base: main
Choose a base branch
from
Open

Production #73

wants to merge 97 commits into from

Conversation

Eli250
Copy link
Collaborator

@Eli250 Eli250 commented Jul 18, 2024

What does this PR do?

Description of Task to be completed?

How should this be manually tested?

Any background context you want to provide?

What are the relevant pivotal tracker/Trello stories?

Screenshots (if appropriate)

Questions:

emmanueltct and others added 30 commits May 23, 2024 15:55
#187300179 champs-ec-fe initial project setup
#187300187 Configure ESLint & Hound and Git Pre commit hook
#187300184 configure project tailwindcss
- 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
…7300189

#187300189 Configure storybook for component development
#187300192 User Login authentication
ft(continuous -integration):setting up circleci#187300186
ch(deployment): add deployment with git action #187300181
##187504942: Test for signup page
…87300194

#187300194 two factor authentication for seller
kayigmb and others added 27 commits July 9, 2024 18:47
#187893630 improve single product view
#187854921 Change Dashboard Routes to Resolve Bug
feat(chatbot):add a chatbot for users interaction
 #187854958: FE server should run in the docker
fix(chatbot ui):fixed ui for the chat
 bug-fix: Correct the navbar and dashboard
Bg fix search #187300218 A buyer should be able to search for products
bug-fix(button-loading):add a loading state to clicked button
#187300213-Buyer should be able to add products to wishlist
- 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]>
-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]>
Copy link

vercel bot commented Jul 18, 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 18, 2024 1:52pm

@@ -0,0 +1,12 @@
import '@testing-library/jest-dom/extend-expect';
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'import' is only available in ES6 (use 'esversion: 6').

@@ -0,0 +1,12 @@
import '@testing-library/jest-dom/extend-expect';
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'import' is only available in ES6 (use 'esversion: 6').

global.setImmediate = (callback) => setTimeout(callback, 0);
Object.defineProperty(window, 'matchMedia', {
writable: true,
value: jest.fn().mockImplementation((query) => ({
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').

@@ -0,0 +1,14 @@
global.setImmediate = (callback) => setTimeout(callback, 0);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'arrow function syntax (=>)' is only available in ES6 (use 'esversion: 6').

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.