LAYAIraq / LAYA-Iraq-Frontend

This repository contains the Vue.js frontend of LAYA Iraq. Please read the README for further instructions on installation, testing and development. Further questions or issues may be send to laya-iraq@outlook.com or as an issue via Github.
GNU Lesser General Public License v3.0
1 stars 1 forks source link

Separation of Concerns #113

Open LAYAIraq opened 2 years ago

LAYAIraq commented 2 years ago

In GitLab by @maufcons on Jan 25, 2022, 11:09

We are using vuex as store management. However, there are still components that directly request the database. For a clear separation of concerns, we should have only vuex fire http requests, while components call vuex functions.

Components firing http requests

LAYAIraq commented 2 years ago

In GitLab by @maufcons on Feb 1, 2022, 11:30

changed time estimate to 1d 3h