-
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
Sweep: Develop a web app for logistics company for customers to calculate price, checkout, track consignments, and admin panel using codeigniter3 #1
Comments
Here's the PR! #5.⚡ Sweep Free Trial: I used GPT-3.5 to create this ticket. You have 4 GPT-4 tickets left for the month and 0 for the day. For more GPT-4 tickets, visit our payment portal. To retrigger Sweep, edit the issue.
Step 1: 🔍 Code SearchI found the following snippets in your repository. I will now analyze these snippets and come up with a plan. Some code snippets I looked at (click to expand). If some file is missing from here, you can mention the path in the ticket description.Line 1 in 10e670b
logistics3/application/controllers/PriceCalculator.php Lines 1 to 21 in 10e670b
logistics3/application/controllers/AdminController.php Lines 1 to 12 in 10e670b
logistics3/application/views/price_calculator_view.php Lines 1 to 43 in 10e670b
logistics3/application/views/admin_view.php Lines 1 to 24 in 10e670b
Step 2: 🧐 Snippet AnalysisFrom looking through the relevant snippets, I decided to make the following modifications:
Step 3: 📝 PlanningI have created a plan for writing the pull request. I am now working my plan and coding the required changes to address this issue. Here is the planned pull request: Implement multiple packages, location variables, and standard price update
Step 4: ⌨️ Coding
Step 5: 🔁 Code ReviewHere are my self-reviews of my changes at Here is the 1st review
I finished incorporating these changes. 🎉 Latest improvements to Sweep:
💡 To recreate the pull request edit the issue title or description. |
Sweep(slow): modify the code to consider volumetric weight. If the volumetric weight is higher, it should be used for price calculation, else use actual weight. Users should be able to add multiple packages at the same time. Introduce the location variables From and To. Admin should be able to update the standard price used for calculation |
Sweep: modify the code to consider volumetric weight. If the volumetric weight is higher, it should be used for price calculation, else use actual weight. Users should be able to add multiple packages at the same time. Introduce the location variables From and To. Admin should be able to update the standard price used for calculation |
Sweep: revisit task 2 and debug application/controllers/PackageController.php. implement all the specified tasks and update all other files that may be affected |
Sweep: redesign the UI using Bootstrap5 CoreUI |
Checklist
application/controllers/PackageController.php
application/controllers/PriceCalculator.php
application/views/price_calculator_view.php
application/controllers/AdminController.php
application/models/PriceModel.php
The text was updated successfully, but these errors were encountered: