Skip to content
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

Create Multiple Gallery Store Images #351

Merged
merged 69 commits into from
Dec 31, 2023

Conversation

dowhep
Copy link
Contributor

@dowhep dowhep commented Apr 18, 2023

Closes #339.

@github-actions
Copy link

Thanks for contributing! If you've made changes to the API's functionality, please make sure to bump the package version—see this guide to semantic versioning for details—and document those changes as appropriate.

Comment on lines 2 to 3

const TABLE_NAME = 'MerchItemImages';
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: let's call this table "MerchandiseItemPhotos". Since we use "Merchandise" instead of "Merch" for our other table names, we should stay consistent with that. And let's use "photos" instead of "images" since we are using the term "photos" for the environment variables to limit photo size:
image

@dowhep dowhep added the Priority High priority issues label Nov 29, 2023
nik-dange and others added 9 commits December 19, 2023 09:20
* attendences from user uuid

* lint and bugfix

* check same user

* controller factory changes

* lint fixes

* unit test for get attendance by uuid

* lint

* add permision

* add types

* add everything else

* rename migrtion

* test when permision is off

* lint

* forgor to add

* change permission name and fix logic a bit

* rename permission, change patch user

* lint fix

* lint fix

* oops

* check user exists

* lint

* new ci

---------

Co-authored-by: Max Weng <[email protected]>
@@ -33,6 +33,7 @@ export class OrderItemModel extends BaseEntity {
notes: string;

public getPublicOrderItem(): PublicOrderItem {
// console.log(this);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

addressed

Copy link
Member

@nik-dange nik-dange left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🌟 PR ACCEPTED! 🎊 Your feature is like a shooting star in our code galaxy. ⭐️ Thanks for the stellar contribution! 🚀 Keep shining bright! ✨

@dowhep dowhep merged commit f658e57 into master Dec 31, 2023
5 checks passed
@dowhep dowhep deleted the Marcelo/store-multiple-gallery-images branch December 31, 2023 20:30
@nishantbalaji
Copy link
Member

IT HAPPENED

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Priority High priority issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support array of store merch images
6 participants