fix grammar check recipes and images ovelapping contentUpdate order process for dried vegetablesadd traditional/english names for vegetablesadd veg pic, servings, versatility, price range, size variations to order formadd cart functionality for orders-all products, details and totals are shown -totals have options of self picking or delivery with the statement (shipping cost excluded) -checkout with delivery/shipping form and payment method with active button to place order -mail sent to customer with order received and processing is being done notification.
This file contains 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
import{l as Je,D as ft,y as p,x as Ve,G as Zr,i as Xr,_ as N,j as $r,d as _}from"./preact-30b9eaac.js";const Nn=[],ht=new Map;function Hn(n){Nn.push(n),ht.forEach(e=>{Bn(e,n)})}function Jr(n){n.isConnected&&Pn(n.getRootNode())}function Pn(n){let e=ht.get(n);if(!e||!e.isConnected){if(e=n.querySelector("style[data-fullcalendar]"),!e){e=document.createElement("style"),e.setAttribute("data-fullcalendar","");const t=ei();t&&(e.nonce=t);const r=n===document?document.head:n,i=n===document?r.querySelector("script,link[rel=stylesheet],link[as=style],style"):r.firstChild;r.insertBefore(e,i)}ht.set(n,e),Kr(e)}}function Kr(n){for(const e of Nn)Bn(n,e)}function Bn(n,e){const{sheet:t}=n,r=t.cssRules.length;e.split("}").forEach((i,s)=>{i=i.trim(),i&&t.insertRule(i+"}",r+s)})}let Ke;function ei(){return Ke===void 0&&(Ke=ti()),Ke}function ti(){const n=document.querySelector('meta[name="csp-nonce"]');if(n&&n.hasAttribute("content"))return n.getAttribute("content");const e=document.querySelector("script[nonce]");return e&&e.non |
I would like to briefly explain the difference between Bugs, Improvement/Adjustment and New Features as I have come to understand from a development POV
These are coding errors that produce unexpected behaviours that were not anticipated by the developer. It can be either visual bugs (user completes given function but something about the ui looks wrong. Often its an error resulting from responsiveness). E.g.,
A large button that does not fit well in smaller screen resolutions
or functional bugs(error in computation or logic that leads the app to not work as intended or produce flawed results) E.g.,