Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
72 commits
Select commit Hold shift + click to select a range
f5dcb86
add amount changer
ivankritsckii Sep 10, 2024
28a8898
commit
ivankritsckii Sep 20, 2024
2669b03
add style
ivankritsckii Sep 30, 2024
7e6af5f
start add sorter
ivankritsckii Sep 30, 2024
dbbb83e
feat: add data table
Kristina-Kerdyanova Oct 4, 2024
c379ee0
fix: fix a select bug
Kristina-Kerdyanova Oct 4, 2024
f2d1353
feat: add choose column
ivankritsckii Oct 10, 2024
42d1d53
add changes
ivankritsckii Oct 20, 2024
7d1a62a
Merge branch 'refs/heads/develop' into interface
ArtsiomReutovich Oct 21, 2024
21c55d6
fix: fixed merge conflict and some eslint/prettier errors, adjusted p…
ArtsiomReutovich Oct 21, 2024
6c0446f
fix: fixed linter error to be able to run netlify build
ArtsiomReutovich Oct 21, 2024
9eafa49
fix: use hash router to make it work with netlify
ArtsiomReutovich Oct 21, 2024
8793724
refactor: small code refactoring
ArtsiomReutovich Oct 27, 2024
5fecbae
fix: temporary disabled ts-compiler checks, fixed PROXY file extensio…
ArtsiomReutovich Oct 27, 2024
cd94324
fix: create new user
ArtsiomReutovich Nov 6, 2024
c15a669
Merge branch 'refs/heads/develop' into interface
ArtsiomReutovich Nov 27, 2024
29078c9
fix: change the logic of processing user's roles
ArtsiomReutovich Nov 27, 2024
f88062d
fix: fixed authentification rules for crating new user
ArtsiomReutovich Nov 28, 2024
038473d
refactor: implemented writeoff modal window with help of meterial UI,…
ArtsiomReutovich Nov 29, 2024
3e91fa5
refactor: implemented reagent add modal window based on material ui
ArtsiomReutovich Nov 29, 2024
0b5f9ca
refactor: implemented colleague add modal window based on material ui
ArtsiomReutovich Nov 29, 2024
4ca5e5f
refactor: implemented reagents table based on material UI
ArtsiomReutovich Nov 30, 2024
24f4853
refactor: implemented delete reagent confirmation window
ArtsiomReutovich Nov 30, 2024
6fe84b9
refactor: implemented login and logout modal windows, plus refactored…
ArtsiomReutovich Dec 1, 2024
656b9bf
refactor: unified open/close modal window approach across the compoentns
ArtsiomReutovich Dec 1, 2024
cab5267
refactor: removed redundant files and code lines
ArtsiomReutovich Dec 2, 2024
d88a4db
refactor: implemented SkeletonTableBody.tsx to handle table loading
ArtsiomReutovich Dec 2, 2024
1f87c5d
refactor: add indents between Filter and Sorter functionality
ArtsiomReutovich Dec 2, 2024
e6b0c4c
feature: add error handling for login call, add Snackbar notifications
ArtsiomReutovich Dec 2, 2024
2d96428
feature: implemented positive and negative scenarios for LogIn and Ad…
ArtsiomReutovich Dec 3, 2024
eef58d0
feature: preliminary implementation of logout modal functionality
ArtsiomReutovich Dec 3, 2024
dd48608
feature: implemented success and error handling for adding new employee
ArtsiomReutovich Dec 6, 2024
881df64
feature: implemented success and error handling for deleting reagent
ArtsiomReutovich Dec 6, 2024
85d1ed4
feature: implemented success and error handling for changing reagent …
ArtsiomReutovich Dec 6, 2024
01e1319
feature: implemented success and error handling for logout request an…
ArtsiomReutovich Dec 6, 2024
fee93bb
fix: fixed reagent amount and minAmount types comes from BE
ArtsiomReutovich Dec 6, 2024
453dddb
fix: fixed reagent amount and minAmount types comes from BE
ArtsiomReutovich Dec 6, 2024
94f15b4
refactor: renamed working repositories app - client, api - server
ArtsiomReutovich Dec 6, 2024
a30e9a2
refactor: fixed eslint configuration and fixed a couple of eslint errors
ArtsiomReutovich Dec 6, 2024
1e1a023
refactor: fixed eslint errors
ArtsiomReutovich Dec 6, 2024
0201635
refactor: fixed eslint errors
ArtsiomReutovich Dec 6, 2024
3c86c69
fix: fixed typescript errors
ArtsiomReutovich Dec 6, 2024
fdd4ef1
refactor: client side refactoring
ArtsiomReutovich Dec 7, 2024
1482e66
refactor: changed logic of reducing amount of goal reagent
ArtsiomReutovich Dec 7, 2024
04355e3
refactor: slightly changed handlers for modal windows
ArtsiomReutovich Dec 7, 2024
0bae6a9
fix: changed condition responsive for displaying table skeleton
ArtsiomReutovich Dec 7, 2024
8f694ec
fix: temporary disable eslint warnings
ArtsiomReutovich Dec 8, 2024
bc3ffba
refactor: changed eslint configuration for client side
ArtsiomReutovich Dec 8, 2024
8ffcb8c
refactor: adjusted server linter and ts configuration
ArtsiomReutovich Dec 8, 2024
e898c1e
fix: fixed field name error in Login modal window
ArtsiomReutovich Dec 8, 2024
5ea2196
fix: adjusted table row width parameter
ArtsiomReutovich Dec 8, 2024
76daf15
fix: logic of checking role of the logged in user
ArtsiomReutovich Dec 8, 2024
e984f99
feature: implemented logic of verifying client and server credentials…
ArtsiomReutovich Dec 8, 2024
74afd96
refactor: prettier error
ArtsiomReutovich Dec 9, 2024
0abb3d3
refactor: add TS support for LogIn modal
ArtsiomReutovich Dec 9, 2024
c6480c5
feature: add more user-friendly password field for LogIn modal window
ArtsiomReutovich Dec 10, 2024
30e5bac
refactor: expand "User" role to make user able write-off reagents, ad…
ArtsiomReutovich Dec 10, 2024
23ec765
fix: issue related to data format
ArtsiomReutovich Dec 10, 2024
a5bf592
fix: issue related to highlighting rows that overcome min reagent amount
ArtsiomReutovich Dec 12, 2024
fca1696
Merge pull request #14 from Xelsoid/APP-folder-refactoring
Xelsoid Dec 12, 2024
005a6dc
fix: add TS types for a couple of React components
ArtsiomReutovich Jan 3, 2025
bdead20
fix: add TS types for a couple of React components
ArtsiomReutovich Jan 3, 2025
b1563f7
Merge pull request #15 from Xelsoid/APP-folder-refactoring
Xelsoid Jan 3, 2025
4276204
fix: remove ts-nockeck exceptions
ArtsiomReutovich Jan 3, 2025
be4592c
Merge pull request #16 from Xelsoid/APP-folder-refactoring
Xelsoid Jan 3, 2025
e56196f
fix: add types for react-dom
ArtsiomReutovich Jan 3, 2025
e400267
Merge pull request #17 from Xelsoid/APP-folder-refactoring
Xelsoid Jan 3, 2025
df21af5
feat: getting variables from .env file instead of json
ArtsiomReutovich Jan 9, 2025
1d051cb
Merge pull request #18 from Xelsoid/APP-folder-refactoring
Xelsoid Jan 9, 2025
d5752fe
fix: remove redundant lines of code
ArtsiomReutovich Jan 9, 2025
f33da6a
feature/refactor: add tanstack query, refactor existing api calls for…
ArtsiomReutovich Feb 11, 2025
7081234
refactor: refactor existing api calls for login/logout according to t…
ArtsiomReutovich Feb 11, 2025
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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/.idea/
/node_modules
/dist
api/.env
server/.env

# Local Netlify folder
.netlify
54 changes: 0 additions & 54 deletions api/.eslintrc.json

This file was deleted.

Empty file removed api/index.ts
Empty file.
157 changes: 0 additions & 157 deletions api/src/controllers/authentication.controller.ts

This file was deleted.

21 changes: 0 additions & 21 deletions api/src/repositories/authentication.repository.ts

This file was deleted.

5 changes: 0 additions & 5 deletions api/src/repositories/helpers/index.ts

This file was deleted.

20 changes: 0 additions & 20 deletions api/src/repositories/logger.repository.ts

This file was deleted.

26 changes: 0 additions & 26 deletions api/src/repositories/reagents.repository.ts

This file was deleted.

1 change: 0 additions & 1 deletion api/src/utils/index.ts

This file was deleted.

16 changes: 0 additions & 16 deletions api/tsconfig.json

This file was deleted.

Loading