From cc386b05aedc39fbf2539f723d24de072b8c77d6 Mon Sep 17 00:00:00 2001 From: fossabot Date: Mon, 15 Jun 2026 15:50:38 -0500 Subject: [PATCH] Add license scan report and status Signed off by: fossabot --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a46a237..f34dc81 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # Todo App with AppDB +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FDomoApps%2Fbasic-react-app-todo-tutorial.svg?type=shield)](https://app.fossa.com/projects/git%2Bgithub.com%2FDomoApps%2Fbasic-react-app-todo-tutorial?ref=badge_shield) + A shared task manager built as a Domo Custom App — React + TypeScript + Redux Toolkit, backed by [AppDB](https://domo.com/docs/portal/API-Reference/app-framework-apis/AppDB-API). Stamps ownership (`ownerId` / `ownerName`) onto every todo, fetches the current user's identity and avatar, and exposes CRUD through typed Redux slices. @@ -65,3 +67,7 @@ See the [tutorial](https://domo.com/docs/portal/Apps/App-Framework/Tutorials/Rea | `pnpm generate` | Scaffold new components / reducers with `da generate` | | `pnpm test` | Run Vitest | | `pnpm storybook` | Launch Storybook | + + +## License +[![FOSSA Status](https://app.fossa.com/api/projects/git%2Bgithub.com%2FDomoApps%2Fbasic-react-app-todo-tutorial.svg?type=large)](https://app.fossa.com/projects/git%2Bgithub.com%2FDomoApps%2Fbasic-react-app-todo-tutorial?ref=badge_large) \ No newline at end of file