twenty/server
Sammy Teillet 294b290939
338 on opportunities page when i associate a new company to a pipelinestage its persisted in db (#339)
* feature: add navigation for opportunities

* chore: add companies in pipeline seed

* feature: make the board scrollable

* feature: make the board scrollable vertically

* feature: remove board container

* feature: fix newButton style

* feature: add onClickNew method on board

* feature: call backend with hardcoded id for new pipeline progressable

* feature: refetch board on click on new

* feature: use pipelineProgressId instead of entityId to ensure unicity of itemKey

* feature: avoid rerender of columns when refetching
2023-06-20 19:27:02 -07:00
..
src 338 on opportunities page when i associate a new company to a pipelinestage its persisted in db (#339) 2023-06-20 19:27:02 -07:00
test Setup Nest and React projects 2022-12-01 15:58:08 +01:00
.env.example feat: refactoring auth & add email password login (#318) 2023-06-17 13:42:02 +02:00
.eslintrc.js Setup Nest and React projects 2022-12-01 15:58:08 +01:00
.gitignore Rename tabs to Inbox, Contacts, Insights 2022-12-05 21:47:17 +01:00
.nvmrc chore: refacto NestJS in modules (#308) 2023-06-16 10:38:11 +02:00
.prettierignore Simplify local dev (#137) 2023-05-25 15:56:28 +02:00
.prettierrc Setup Nest and React projects 2022-12-01 15:58:08 +01:00
jest.config.ts chore: refacto NestJS in modules (#308) 2023-06-16 10:38:11 +02:00
nest-cli.json Setup Nest and React projects 2022-12-01 15:58:08 +01:00
package.json feat: refactoring auth & add email password login (#318) 2023-06-17 13:42:02 +02:00
README.md Add a custom rule to prevent colors from being hardcoded outside of theme (#288) 2023-06-14 16:56:29 +02:00
tsconfig.build.json Setup Nest and React projects 2022-12-01 15:58:08 +01:00
tsconfig.json feat: refactoring auth & add email password login (#318) 2023-06-17 13:42:02 +02:00
yarn.lock feat: refactoring auth & add email password login (#318) 2023-06-17 13:42:02 +02:00

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm start

# watch mode
$ npm start:dev

# production mode
$ npm start:prod

Test

# unit tests
$ npm test

# e2e tests
$ npm test:e2e

# test coverage
$ npm test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.