Roopesh Saravanan
Roopesh Saravanan
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. **React Bootstrap** is used for styling and the **Zephyr** theme...
**Is your feature request related to a problem? Please describe.** The profile page should be redesigned so that it will improve the UX. **Describe the solution you'd like** Here's the...
Most of the components do not have unit tests. It is good to have them tested.
**Is your feature request related to a problem? Please describe.** On the admin page, we have options to add a product and carousel. In a similar way, create an option...
**Is your feature request related to a problem? Please describe.** Create a sort option so that users can sort the products from low to high or high to low by...
In the checkout process, there is no visual indication for the user which step they are in. It will be better if a progress bar or any kind of visual...
The steps I followed are, 1. Installed operator-lifecycle-manager through the below command, ``` curl -sL https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.26.0/install.sh | bash -s v0.26.0 ``` 2. Installed the operator itself, ``` kubectl create -f...
Add support for antrea network policy CRD's, NetworkPolicy and ClusterNetworkPolicy https://antrea.io/docs/v2.0.0/docs/antrea-network-policy/ What do you think @deggja?
## Bug Report When I ran commands `make`, then `make manifests`, then `make docker-build deploy` from `pkg/KubeArmorOperator` the `make docker-build deploy` command throws an error, ``` GOBIN=/home/roopesh/go/bin go install sigs.k8s.io/kustomize/kustomize/[email protected]...
Add support for OpenTelemetry so that the telemetry data can be exported to any desired remote backend.