TACC / Core-CMS-Custom

Customized Core CMS code and builds
5 stars 0 forks source link

Initial commit - using react with APCD admin registration list page #276

Closed chandra-tacc closed 4 months ago

chandra-tacc commented 4 months ago

Overview

The goal is to use react components in APCD custom pages.

The react setup is as follows:

Steps for each APCD page

Related

WP-476

Changes

Missing

Testing

Visit http://localhost:8000/administration/list-registration-requests/

Screenshot 2024-02-20 at 1 05 18 PM

network request: Screenshot 2024-02-20 at 1 05 31 PM

UI

Initial commit, trying not to modify UI. If styles are not matching, still working to get it to match.

chandra-tacc commented 4 months ago

Should this use Vite, like hazmapper React and tup-ui? @jarosenb is the progenitor of it at TACC, I think.

It is using vite (see package.json). I did not set it up for hmr yet. Will work on it once we all agree on this approach.

wesleyboar commented 4 months ago

Vite. Whoops, I missed it. Cool.

Also, me typo: shared-componentscommon-components core-components

chandra-tacc commented 4 months ago

Vite. Whoops, I missed it. Cool.

Also, me typo: shared-components → ~common-components~ core-components

Done renamed