Skip to content
Open
Changes from 1 commit
Commits
Show all changes
97 commits
Select commit Hold shift + click to select a range
6bf7411
Created file to run project stacks with docker containers
pedrohfocus Feb 10, 2022
3c139d2
Create global environment vars for compose file
pedrohfocus Feb 10, 2022
d1590b2
Created Dockerfile
pedrohfocus Feb 10, 2022
e749806
Added api stack dependences
pedrohfocus Feb 10, 2022
1a2da65
Created typescript config file
pedrohfocus Feb 10, 2022
d4abacc
Created .dockerignore with node_modules rule
pedrohfocus Feb 10, 2022
54b0558
Created server file
pedrohfocus Feb 10, 2022
ebf89c3
Created api stack validators layer
pedrohfocus Feb 10, 2022
771047a
Created api stack infra layer
pedrohfocus Feb 10, 2022
979bff0
Created api stack entities layer
pedrohfocus Feb 10, 2022
4c9e411
Change sequelize schema struct
pedrohfocus Feb 11, 2022
503b03a
Updated sequelize model struct, Field types, Created table aggregation
pedrohfocus Feb 11, 2022
9756c72
Updated sequelize schema struct, changed code field to unique and sho…
pedrohfocus Feb 11, 2022
c3098ec
Added promise return type to repository interface
pedrohfocus Feb 11, 2022
98629df
Added options support to repository methods
pedrohfocus Feb 11, 2022
2d703ec
Created api stack routes
pedrohfocus Feb 11, 2022
d03c586
Created api stack stores domain
pedrohfocus Feb 11, 2022
da75482
Created api stack transactions domain
pedrohfocus Feb 11, 2022
7ef783d
Created api stack transactions types domain
pedrohfocus Feb 11, 2022
bbfc205
Created domain layer type file to add domain global types and interfaces
pedrohfocus Feb 11, 2022
e98d4f6
package-lock.json cache
pedrohfocus Feb 11, 2022
cf1977e
Intialized parser module
pedrohfocus Feb 11, 2022
061439e
Added parser, kafka and kafdrop services
pedrohfocus Feb 11, 2022
86467a0
Updated environment variables
pedrohfocus Feb 11, 2022
abb5e45
Enable express urlencoded
pedrohfocus Feb 11, 2022
3f64c30
Added multer package
pedrohfocus Feb 11, 2022
98e7746
Created upload router
pedrohfocus Feb 11, 2022
c9c30d2
Created services layer with kafka producer
pedrohfocus Feb 11, 2022
6c73608
Created upload to parse domain
pedrohfocus Feb 11, 2022
8e28194
.gitignore updated
pedrohfocus Feb 11, 2022
8944722
Created parser stack providers layer
pedrohfocus Feb 14, 2022
dd0f11f
Created parser stack entities
pedrohfocus Feb 14, 2022
e2fa391
Created infra layer to management of repositories layer
pedrohfocus Feb 14, 2022
6986ba9
Created parser stack helpers
pedrohfocus Feb 14, 2022
d51598d
Created parser stack .gitignore rules
pedrohfocus Feb 14, 2022
d0868dc
Added new packages to project requirements
pedrohfocus Feb 14, 2022
e2563a0
Integrated parser stack with server api and kafka cluster
pedrohfocus Feb 14, 2022
94095d7
Updated services to docker compose
pedrohfocus Feb 14, 2022
bf57dd0
Created seeds service to populate transactions types consumed by pars…
pedrohfocus Feb 14, 2022
1af99f0
Enable to sent custom id in request body
pedrohfocus Feb 14, 2022
a872a26
Improviments in repository
pedrohfocus Feb 14, 2022
67cf65c
Created new schema and entity to manage parser processing status
pedrohfocus Feb 15, 2022
3383171
Integrate parse entity when receive a file from upload form
pedrohfocus Feb 15, 2022
a800ca9
Minor ajust. Removed console log
pedrohfocus Feb 15, 2022
e98b07c
Added uuid package to create custom uuids
pedrohfocus Feb 15, 2022
f348c38
Removed python cache folders
pedrohfocus Feb 15, 2022
b336a89
Added frontend stack to docker compose
pedrohfocus Feb 15, 2022
b09edff
Created Dockerfile frontend stack
pedrohfocus Feb 15, 2022
095a6b3
Added project ignores
pedrohfocus Feb 15, 2022
502f69e
Added project package file
pedrohfocus Feb 15, 2022
b6eee77
Added frontend stack project files
pedrohfocus Feb 15, 2022
a963392
Created App Preloader
pedrohfocus Feb 15, 2022
2a2bb3a
Create frontend stack provider layer
pedrohfocus Feb 15, 2022
e3180a3
Created routes components to private and public
pedrohfocus Feb 15, 2022
5715324
Created frontend stack utils layer
pedrohfocus Feb 15, 2022
236c5ef
Updated app global styles with design system params
pedrohfocus Feb 15, 2022
d48b3ee
Added frontend stack redux store provider and defined global styles a…
pedrohfocus Feb 15, 2022
3f457b7
Added auth page styled components ds
pedrohfocus Feb 15, 2022
9f817e9
Created auth component UI and connected with redux provider
pedrohfocus Feb 15, 2022
ccfd90f
Created frontend stack redux store
pedrohfocus Feb 15, 2022
bbe1263
Added redux dependences and api server proxy
pedrohfocus Feb 15, 2022
efafaa9
Updated frontend stack app component with routes switch
pedrohfocus Feb 15, 2022
c3ad4ee
Added authenticate router to express router map
pedrohfocus Feb 15, 2022
0dbf02b
Defined secret value on env vars
pedrohfocus Feb 15, 2022
0d5ab08
Added jsonwebtoken dependences
pedrohfocus Feb 15, 2022
64b83fe
Created authenticate domain handle
pedrohfocus Feb 15, 2022
3bec8da
Created App module
pedrohfocus Feb 15, 2022
e0295fc
Added page module to main switch
pedrohfocus Feb 15, 2022
2cd53bc
Created user redux module
pedrohfocus Feb 15, 2022
5a8277c
Removed unused imports
pedrohfocus Feb 15, 2022
0bb7f87
Created app module pages layer
pedrohfocus Feb 15, 2022
1be0a73
Created stores redux module
pedrohfocus Feb 15, 2022
64a0f20
Added stores module to redux roots
pedrohfocus Feb 15, 2022
862130f
chore ajust
pedrohfocus Feb 15, 2022
7a2da06
Added stores page to app module switch rotues
pedrohfocus Feb 15, 2022
0294275
Moved stores to app module pages
pedrohfocus Feb 15, 2022
00e002f
Remove unused component from stores page component
pedrohfocus Feb 15, 2022
bc8340d
Created frontend stack portfolio redux module
pedrohfocus Feb 16, 2022
cd587ed
Created portfolio page
pedrohfocus Feb 16, 2022
9e931f6
Created portfolio module to roots
pedrohfocus Feb 16, 2022
bd152bd
Added new packages
pedrohfocus Feb 16, 2022
0ca8e26
Added portfolio pages in app module
pedrohfocus Feb 16, 2022
a036d05
Integrate Parser Status in all application layers
pedrohfocus Feb 16, 2022
4baf492
Refactored seeds stack
pedrohfocus Feb 16, 2022
9fd7e49
Project documentation
pedrohfocus Feb 16, 2022
faa79f0
Removed cached
pedrohfocus Feb 16, 2022
99eee46
Seeds gitignore
pedrohfocus Feb 16, 2022
8e7eb25
Finished readme doc
pedrohfocus Feb 16, 2022
125e65d
Created frontend stack upload and delete redux modules
pedrohfocus Feb 16, 2022
4224d39
Added swal alert package
pedrohfocus Feb 16, 2022
d7c16da
Created global button style
pedrohfocus Feb 16, 2022
2690fbc
Integrated upload function
pedrohfocus Feb 16, 2022
5e0c045
Created delete method on API service provider
pedrohfocus Feb 16, 2022
ce97c65
Added delete resource on api routes
pedrohfocus Feb 16, 2022
c7229a3
Created delete parser resource
pedrohfocus Feb 16, 2022
c282daf
Added animated usage presentation
pedrohfocus Feb 16, 2022
c999b40
Added gif presentation
pedrohfocus Feb 16, 2022
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
Created delete method on API service provider
  • Loading branch information
pedrohfocus committed Feb 16, 2022
commit 5e0c045062cd65bd1920519b8a7ea64bfc56b943
4 changes: 4 additions & 0 deletions frontend/src/providers/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ class API {
return provider.post(endpoint, data, { headers })
}

remove(endpoint) {
return provider.delete(endpoint)
}

get(endpoint, params={}, headers={}) {
return provider.get(endpoint, { params, headers })
}
Expand Down