Lacey Pevey

Results 8 issues of Lacey Pevey

For some reason, after signing in with github, Amplication picked an old non-primary email address from my github profile to link to my Amplication account. Now, that email address cannot...

@amplication/server

**Challenge:** In the admin UI, there is only one set of permissions related to the Order entity. ![order](https://github.com/vendure-ecommerce/vendure/assets/7490308/529fd030-1b75-46e9-b4b3-c3f6b2490dd0) This encompasses both adding a fulfillment to an order (such as what...

type: feature ✨
design 📐

After trying to attach the canDeactivateGuard to a custom route when defining it using registerRouteComponent, the call to the guard produces an error that the component cannot be found. Please...

type: bug 🐛

# Description This PR makes changes to the customer registration flow to address two issues: - Possible email flooding (https://discord.com/channels/1100672177260478564/1229813869548146790) - Possible data override of existing customers (https://discord.com/channels/1100672177260478564/1228399534745456742) # Breaking...

This question has come up before, and it is also something I'm running up against now. In Java, there is the @Override decorator for overriding methods in superclasses. There is...

@vendure/core
type: feature ✨

**Challenge** There are some situations/products where Vendure's built-in stock management system is not a good fit. These include: 1) Weight-based products. Example: You have a product with 3 variants: .5...

This PR is in relation to previous discussion about implementing custom auth, and specifically this conversation: https://github.com/medusajs/medusa/discussions/5251 It moves session verification to auth service methods so that they can be...

## Bug report ### Describe the bug The store/customers/me endpoint does not expand relations. A request to http://localhost:9000/store/customers/me?expand=groups returns a 200 response that does not include groups as expected. Similarly,...

type: bug