-
Notifications
You must be signed in to change notification settings - Fork 0
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
Collect data from user and send it to API for coupon creation #2
Comments
➤ Neeraja commented: Work Summary - 10/07/2024 |
➤ Neeraja commented: Work Summary - 11/07/2024 Continued working on resolving the API integration issue and collaborated with the backend team to find a solution. Fixed all issues except one caused by parsing errors in the data format sent from the frontend and the response received from the backend. Addressed this issue with the help of seniors and have come up with a solution. Will need to verify if it works; if not, a different approach will be required. |
➤ Neeraja commented: Work Summary - 12/07/2024 To do: Examine the CSRF token issue further |
➤ Neeraja commented: Work Summary - 15/07/2024 |
➤ Neeraja commented: Work Summary - 16/07/2024 Issues : Unexpectedly, while making changes for API integration, the Angular CLI and Node versions got upgraded, causing the application to fail to open. I tried different approaches to downgrade the versions, but the changes didn't take effect. I need to resolve this issue before addressing the actual problem. |
➤ Neeraja commented: Work Summary - 17/07/2024 Worked on the issue mentioned in the previous comment. During the API integration process, the Angular CLI and Node versions were unexpectedly upgraded, causing the application to fail to open. Initially, I tried various approaches to downgrade the versions, but the errors persisted. This may have been due to caching issues from repeatedly upgrading and downgrading different versions of Node and Angular. |
➤ Neeraja commented: Work Summary - 18/07/2024 Worked on API integration for material price. Took help from Sathana V to solve some of the errors. Found some techniques to be implemented to solve the error and will try them out. |
➤ Neeraja commented: Work Summary - 22/07/2024 Successfully completed the API integration for material prices by modifying the API call method. Applied a similar strategy for coupon code generation. Encountered an error due to recent backend code updates, but collaborated with the backend team and resolved the issue.Will have to check if this strategy works fine for coupon code generation |
➤ Neeraja commented: Work Summary - 23/07/2024 Completed API integration for material price and coupon code generation. Successfully retrieved responses from the backend, performed necessary actions, and displayed the results on the frontend. |
➤ Neeraja commented: Completed validations - Dialog Box without any selections !Screenshot from 2024-07-23 17-30-07.png|width=1920,height=1080,alt="Screenshot from 2024-07-23 17-30-07.png"! |
➤ Neeraja commented: Completed validations - Material price !Screenshot from 2024-07-23 17-30-33.png|width=1920,height=1080,alt="Screenshot from 2024-07-23 17-30-33.png"! |
➤ Neeraja commented: Completed validations - Coupon code generation !Screenshot from 2024-07-23 17-31-07.png|width=1920,height=1080,alt="Screenshot from 2024-07-23 17-31-07.png"! |
➤ Neeraja commented: Work Summary - 24/07/2024 Successfully retrieved the token directly from the API instead of hard-coding it and verified all functionalities within the local server setup. Everything worked fine. However, when the server's IP was changed, an unexpected error occurred: the client's connection to the server was closed whenever an API was hit. This issue needs to be addressed. |
➤ Neeraja commented: Work Summary - 25/07/2024 The issue persists despite trying different methods. Will have to explore alternative approaches to resolve it. |
➤ Neeraja commented: Work Summary - 26/07/2024 I worked on the issue today and explored various techniques, but unfortunately, the error remains unresolved. I'll need to consider alternative approaches to address the problem. |
➤ Neeraja commented: Work Summary - 29/07/2024 I worked on the issue today and discovered that code that was previously functioning on the local server is now also failing. I received assistance from Nandha L , reverted the code to its original format, and then accessed the GitHub repository to clone the project. Despite reverting the code and making necessary changes to call the API, the same error persists. I am currently focused on resolving the new error that has arisen with the local server. |
➤ Neeraja commented: Work Summary - 30/07/2024 Today, I set up a new project with just one API to isolate and address the error. Despite focusing on resolving the issue with this single API function, the error still persists. |
➤ Neeraja commented: Work Summary - 31/07/2024 With Nandha L 's assistance, we determined that the error might be due to the “Content-Length” not being passed to the server. I will now try explicitly setting the Content-Length in the request header to resolve the issue. |
➤ Neeraja commented: Work Summary - 01/08/2024 I explicitly set the “Content-Length” in the request header, but the issue persisted. With Nandha L's assistance, I then attempted to replicate the operation using plain HTML and JavaScript instead of Angular. I also set up a sample server locally to troubleshoot the error with a basic HTML and JavaScript setup, but the same error continues to occur. I will need to experiment with different “Content-Type” and “Content-Length” values to resolve the issue. |
Goals
Steps
Collect User Data:
Create API Request Function:
Handle API Response:
Implement Validations:
Discount Validation:
Expiry Date Validation:
Integrate Price Validation API:
Validation
Discount Input:
Expiry Date:
Acceptance Criteria
Functionality:
Validation:
Error Handling:
┆Issue is synchronized with this Jira Task by Unito
┆Attachments: Screenshot from 2024-07-23 17-30-07.png | Screenshot from 2024-07-23 17-30-33.png | Screenshot from 2024-07-23 17-31-07.png
The text was updated successfully, but these errors were encountered: