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

Improving performance with Vue #324

Open
jorr-it opened this issue Jun 7, 2021 · 1 comment
Open

Improving performance with Vue #324

jorr-it opened this issue Jun 7, 2021 · 1 comment

Comments

@jorr-it
Copy link
Collaborator

jorr-it commented Jun 7, 2021

The application should become faster. We will introduce framework Vue for this, so pages can already be shown although not all data is loaded yet. First focus will be on:

  • Stock list
  • Product list per order
  • Logistics calendar

I will start with making a brief functional design.

@jorr-it jorr-it created this issue from a note in Doorontwikkeling (To do) Jun 7, 2021
@jorr-it jorr-it moved this from To do to Prio in Doorontwikkeling Jun 7, 2021
jorr-it pushed a commit that referenced this issue Aug 28, 2021
jorr-it pushed a commit that referenced this issue Oct 5, 2021
@jorr-it jorr-it moved this from Prio to In progress in Doorontwikkeling Jun 22, 2022
jorr-it pushed a commit that referenced this issue Oct 6, 2022
jorr-it pushed a commit that referenced this issue Oct 6, 2022
jorr-it pushed a commit that referenced this issue Oct 12, 2022
jorr-it pushed a commit that referenced this issue Jan 5, 2023
@jorr-it
Copy link
Collaborator Author

jorr-it commented Jan 6, 2023

update product_attribute set value=value_product_id where attribute_id in (select id from attribute where type=3);
delete from product_attribute where value is null;
ALTER TABLE product_attribute CHANGE value value VARCHAR(255) NOT NULL;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Doorontwikkeling
  
In progress
Development

No branches or pull requests

1 participant