frictionlessdata / goodtables.io

Data validation as a service. Project retired, got to the current one at frictionsless/repository
https://goodtables.io
GNU Affero General Public License v3.0
69 stars 16 forks source link

Finish API/UI separation #158

Open roll opened 7 years ago

roll commented 7 years ago

Overview

For now we're on our way to separate API and UI. In this issue I'll describe:


Current status

Further steps

Optional steps

roll commented 7 years ago

@pwalsh @amercader I've added a full description to the first post

pwalsh commented 7 years ago

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:

roll commented 7 years ago

@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:

So it could be a prototype for an issue we will extract from this one.

amercader commented 7 years ago

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?)