Open roll opened 7 years ago
@pwalsh @amercader I've added a full description to the first post
Hey @roll this is a great writeup, thanks. I think, in order to get to estimable units, the info in here needs to be broken down into different locations. For example:
Then there are other points that are not really that important, and should go to the backlog:
@pwalsh Yes definitely should be broken before next iteration. We'll catch with @amercader on it when it will be actual.
PS. About login/logout - to clarify - there is no problem with it in current state of the app. And will not be after rebase on API. So I've just presented is as ordered steps:
api/login
or api/logout
instead of getting props from the server)So it could be a prototype for an issue we will extract from this one.
question, will the split between API and UI mean a change on how the authentication works? ie would it still be cookie based as now or we need to migrate to something else (JWT?)
Overview
For now we're on our way to separate API and UI. In this issue I'll describe:
Current status
frontend
folder:index.html
to inject proper component (WEB):Further steps
vuex
)Optional steps
vue-router
)goodtablesio
folder tobackend
(should be extracted to another issue for further discussion)