You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With #251 done, the app should now partially work again - at least up to the categorization page. Here we want to make sure that:
we can launch the app even though part of it relies on not-yet-implemented store methods (e.g. annotation page)
OR: understand how we can partially launch the app in the state it is in now
This can be closed when the current app state can be successfully launched via npm run dev locally, even if the UI or functionality doesn't work correctly yet.
The text was updated successfully, but these errors were encountered:
To briefly comment on the work on this issue in branch jarmoza-308, the goal of this task needs to be amended to have most of the primary functionality be complete from index page to the categorization page in order to move on to refactoring the e2e tests for those pages.
The three primary subtasks for #308 are as follows:
Functional index page (uploading data table and data dictionary, ensuring categorization page access requirements are updated)
Functional navbar and next page buttons - updated for the store refactor
Functional categorization page with working category-select-table and column-linking-table to enable access to the annotation page
These require hooking up components that were not necessarily fully sutured together via the phase 1 of the store refactor (via missing calls, field/method renames, etc.), but also the addition of missing store fields and methods necessary for hooking those components/pages together.
At the beginning of this work re: PR #318, the tool was not loading in the browser because the old store index.js did not mesh up with the code for the landing page and its components.
With #251 done, the app should now partially work again - at least up to the categorization page. Here we want to make sure that:
This can be closed when the current app state can be successfully launched via
npm run dev
locally, even if the UI or functionality doesn't work correctly yet.The text was updated successfully, but these errors were encountered: