-
Notifications
You must be signed in to change notification settings - Fork 2
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
Move portal-experiment into portal and refactor #59
Comments
This was referenced Mar 4, 2021
rufuspollock
added a commit
that referenced
this issue
Mar 6, 2021
…an in #59. What is currently packages/portal is example of a running portal and should move to examples (it will get replaced by an actual portal lib soon).
rufuspollock
added a commit
that referenced
this issue
Mar 7, 2021
…e dataset. * What we have is a nextjs app for displaying a single dataset (+ tests, +fixtures etc) * Also included are relevant generic components (e.g. a Chart and Table view) and some utilities for loading (Frictionless) datasets * Not include (but to come) is the command line app
rufuspollock
added a commit
that referenced
this issue
Mar 7, 2021
NB: portal CLI is currently a bit broken (it starts but some errors) as needs a bit more work to refactor for new location in this repo. Have not done all this refactoring as probably bigger changes needed.
rufuspollock
added a commit
that referenced
this issue
Mar 7, 2021
FIXED. All merged in (see acceptance). |
5 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Move and refactor portal-experiment into portal.js
We already have older
packages/portal
which is currently more of an example of a full data catalog site running on nextjs. We want to keep this and move it toexamples/catalog
Our new
portal
experiment should then become the mainportal
package inpackages/portal
so we can focus on developing there.Acceptance
packages/portal
moved to examples/catalog DONEpackages/portal
. Have also integrated the CLI into that package.Task
The text was updated successfully, but these errors were encountered: