shop: add crateless items and options #143

Open
esavkin wants to merge 5 commits from esavkin/web2019:125-crateless into master
Member

Closes #125

  • add crateless options feature - these options are available when the card/item is added to "Spare items"
  • add crateless options for stabilizer, pounder, fast-servo, thermostat and thermostat-eem
  • add crateless items feature - cards with crateless: true field will automatically go to "Spare items", and "Spare items" will be opened if closed
  • add AFWS item as an example of crateless items. The icon design was decided to be mostly the same, but not having screws
  • various bugfixes discovered after implementation of above features #147
Closes #125 * add crateless options feature - these options are available when the card/item is added to "Spare items" * add crateless options for stabilizer, pounder, fast-servo, thermostat and thermostat-eem * add crateless items feature - cards with `crateless: true` field will automatically go to "Spare items", and "Spare items" will be opened if closed * add AFWS item as an example of crateless items. The icon design was decided to be mostly the same, but not having screws * ~~various bugfixes discovered after implementation of above features~~ https://git.m-labs.hk/M-Labs/web2019/pulls/147
Owner

various bugfixes discovered after implementation of above features

Can you remember what I told you at least 25 times about how PRs need to be organized?

> various bugfixes discovered after implementation of above features Can you remember what I told you at least 25 times about how PRs need to be organized?
Author
Member

Can you remember what I told you at least 25 times about how PRs need to be organized?

Yes, I remember, however these bug fixes are not really relevant without crateless options and items.

> Can you remember what I told you at least 25 times about how PRs need to be organized? Yes, I remember, however these bug fixes are not really relevant without crateless options and items.
Author
Member

Depends (and conflicts) on #147

Depends (and conflicts) on https://git.m-labs.hk/M-Labs/web2019/pulls/147
Owner

Wouldn't spend too much time on this one for now. Eventually we should probably refactor the shop into some kind of McMasterCarr design with more general items for sale, instead of trying to shoehorn all kinds of features into the crate interface.

Wouldn't spend too much time on this one for now. Eventually we should probably refactor the shop into some kind of McMasterCarr design with more general items for sale, instead of trying to shoehorn all kinds of features into the crate interface.
esavkin force-pushed 125-crateless from 4437b86f68 to 5c449d9502 2024-08-06 11:09:12 +08:00 Compare
Author
Member

some kind of McMasterCarr design with more general items for sale, instead of trying to shoehorn all kinds of features into the crate interface.

Well, McMasterCarr design is quite outdated and not that easy to use (IMHO) and I don't see that they have assembly options. Wouldn't we need crates assembly functionality, anything like Rakuten/Mercari/TaoBao/Amazon/Ozon/That-default-shop-design would be enough.

There better be some proper UX research/experiments before doing it, at least asking a fair amount of diverse people their opinion on different designs.

> some kind of McMasterCarr design with more general items for sale, instead of trying to shoehorn all kinds of features into the crate interface. Well, McMasterCarr design is quite outdated and not that easy to use (IMHO) and I don't see that they have assembly options. Wouldn't we need crates assembly functionality, anything like Rakuten/Mercari/TaoBao/Amazon/Ozon/That-default-shop-design would be enough. There better be some proper UX research/experiments before doing it, at least asking a fair amount of _diverse_ people their opinion on different designs.
Owner

The McMaster Carr web design is excellent and if you do 5 min of search you will find that a lot of people are in agreement, along with arguments as to why.
I'm not proposing replacing the entire crate system with a traditional web shop - that would be obviously stupid, the current crate system is very good and should stay - but complementing/integrating it with one.

The McMaster Carr web design is excellent and if you do 5 min of search you will find that a lot of people are in agreement, along with arguments as to why. I'm not proposing replacing the entire crate system with a traditional web shop - that would be obviously stupid, the current crate system is very good and should stay - but complementing/integrating it with one.
Author
Member

The McMaster Carr web design is excellent

It may be nearly perfect for their use-case (huge catalog of similar but different items) https://patents.google.com/patent/US9870582B2/ , but I really doubt most of it would be applicable to the small set of highly customizable items.

The only thing I can see being slightly useful is the filtering/search functionality (if we can avoid the patent), but more than 1 layer of grouping is an overkill for now.

> The McMaster Carr web design is excellent It may be nearly perfect for their use-case (huge catalog of similar but different items) https://patents.google.com/patent/US9870582B2/ , but I really doubt most of it would be applicable to the small set of highly customizable items. The only thing I can see being slightly useful is the filtering/search functionality (if we can avoid the patent), but more than 1 layer of grouping is an overkill for now.
esavkin force-pushed 125-crateless from 5c449d9502 to 5e5246e8ae 2024-10-14 11:08:33 +08:00 Compare
Owner

add AFWS item as an example of crateless items.

Making it look like a card is pretty bad. Please remove it entirely from this PR for now and let's see later how/if it could be added to the online store.

> add AFWS item as an example of crateless items. Making it look like a card is pretty bad. Please remove it entirely from this PR for now and let's see later how/if it could be added to the online store.
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b esavkin-125-crateless master
git pull 125-crateless

Step 2:

Merge the changes and update on Gitea.
git checkout master
git merge --no-ff esavkin-125-crateless
git push origin master
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/web2019#143
No description provided.