Agoric / ui-kit

Components and tools for building graphical UIs
https://ui-kit-dwm.pages.dev/
Apache License 2.0
3 stars 3 forks source link

Create example dapp in @agoric/react-components with e2e testing #86

Closed samsiegart closed 1 month ago

samsiegart commented 4 months ago

What is the Problem Being Solved?

For testability and local development, it would be beneficial to have an example app in packages/react-components that shows how to use the components and provides a basis for e2e testing.

Description of the Design

Create an example react app in packages/react-components/src/example that can be bundled separately from src/lib.

TODO integration testing details, pending contract work on dapp-offer-up.

LuqiPan commented 4 months ago

Just trying to understand the priority here, would this issue be part of this sprint?

samsiegart commented 4 months ago

@LuqiPan I don't think it's in scope for this sprint because the e2e testing will use some incoming work from the contractors. I'm sticking to the priorities of https://github.com/Agoric/agoric-sdk/issues/8893 and https://github.com/Agoric/agoric-sdk/issues/8933 (might decide to start on the example app along the way at some point, but not a priority currently)

LuqiPan commented 4 months ago

Got it. I'll hit you up if I need some code examples then.