Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dev #60

Merged
merged 27 commits into from
Feb 5, 2024
Merged

Dev #60

Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
0828b27
Updating postProduct and createProduct to include product url
ryanjung1998 Jan 28, 2024
e174bcb
Merge pull request #50 from techstartucalgary/api
Axeloooo Jan 28, 2024
df52363
Scanner Endpoint, minimal error checking
ryanjung1998 Feb 3, 2024
8360245
Merge pull request #54 from techstartucalgary/scanner
Axeloooo Feb 3, 2024
7751041
fix: Data type in schema.primsa updated
Axeloooo Feb 2, 2024
55d0470
fix: Tables for databases cleaned up and updated
Axeloooo Feb 4, 2024
4b0c5f9
build: Mysql container added for development
Axeloooo Feb 4, 2024
f30974c
feat: Scanner feature cleaned up and improved functions
Axeloooo Feb 4, 2024
be097ba
feat: Tesseract custom error class implemented
Axeloooo Feb 4, 2024
68736b4
fix: Product provider issues fixed and algorithm feature deleted
Axeloooo Feb 4, 2024
39fff2a
fix: Scanner functions in service and repository classes explicitly t…
Axeloooo Feb 4, 2024
abb239e
fix: eng.traineddata file deleted
Axeloooo Feb 4, 2024
3b98dc4
Merge pull request #55 from techstartucalgary/feature/backend-scanner
Axeloooo Feb 4, 2024
e4634fe
feat: Zode validations added for scanner and product endpoints
Axeloooo Feb 4, 2024
446909b
feat: Zod validations added for scanner and product endpoints
Axeloooo Feb 4, 2024
56e2b64
lint: Eslint added for linting
Axeloooo Feb 4, 2024
858c952
fix: Issues with the request types infered by zod in controllers reso…
Axeloooo Feb 4, 2024
84cfb75
Merge pull request #57 from techstartucalgary/fix/controllers-return-…
Axeloooo Feb 4, 2024
8d4cd53
ci: Linting workflow implemented
Axeloooo Feb 4, 2024
bf26383
Merge branch 'dev' into ci/linting-workflow
Axeloooo Feb 4, 2024
6feb20f
Merge pull request #58 from techstartucalgary/ci/linting-workflow
Axeloooo Feb 4, 2024
87db61d
test: Unit testing for products services created
Axeloooo Feb 5, 2024
ad82c07
test: Unit testing for scanner service created
Axeloooo Feb 5, 2024
3f99f23
ci: Testing workflow added
Axeloooo Feb 5, 2024
acfcddb
build: Dependencies cleaned up and documentation added in package.json
Axeloooo Feb 5, 2024
83e8335
fix: Issue with typo in test workflow resolved
Axeloooo Feb 5, 2024
850b0ca
Merge pull request #59 from techstartucalgary/build/dependency-update
Axeloooo Feb 5, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
feat: Tesseract custom error class implemented
Axeloooo committed Feb 4, 2024
commit be097ba82eac8e267860616666e1ee829fcf1930
1 change: 1 addition & 0 deletions backend/src/errors/tesseract.error.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export class TesseractServiceError extends Error {}