version 1

the reminder not showing content on the card at dashboard view and the quizes are hardcoded must move to the db make api's for it
This commit is contained in:
Mann Patel
2025-02-16 00:05:12 -07:00
parent c1728153d2
commit 807dd273fd
1130 changed files with 306733 additions and 0 deletions

25
backend/node_modules/plaid/CONTRIBUTING.md generated vendored Executable file
View File

@@ -0,0 +1,25 @@
# Contributing
Instructions for contributing to [plaid-node][1]. A node.js client library for the [Plaid API][2]. This library is fully generated from the [Plaid OpenAPI spec](3).
This library cannot directly accept PRs from the public as it is generated from internal Plaid sources on the internal Plaid Github instance and any changes made directly to this repo will be overwritten. If you submit a PR and it is accepted, a member of Plaid engineering will copy and paste your change into the upstream, internal version of this repo rather than merging your PR.
Plaid employees should make any changes on the internal Plaid GitHub and not on the public repo.
## Setup
If you find an issue, please investigate whether it is a type problem with [OpenAPI](3) or a problem with the [typescript-axios](https://github.com/OpenAPITools/openapi-generator/blob/master/docs/generators/typescript-axios.md) generator. Then open an issue and Plaid will investigate further.
## Running Tests
1. To build the docker image for the client tests, run `docker build -t plaid-node .`.
2. Go to the [Plaid Dashboard](https://dashboard.plaid.com/) and copy and paste your `client_id` and sandbox `secret` into the following command.
3. Run `docker run --rm -e CLIENT_ID=$CLIENT_ID -e SECRET=$SECRET plaid-node`.
If you wish to run a single test, edit the `Makefile` and rebuild the docker image using the command from step 1.
Code coverage information is written to `/coverage`.
[1]: https://github.com/plaid/plaid-node
[2]: https://plaid.com
[3]: https://github.com/plaid/plaid-openapi