Skip to content

Commit 3c9edd7

Browse files
committed
remove references
1 parent e3ddb86 commit 3c9edd7

File tree

11 files changed

+4117
-69
lines changed

11 files changed

+4117
-69
lines changed

Diff for: .env

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ DOMAIN=localhost
22

33
ENVIRONMENT=local
44

5-
PROJECT_NAME="Newtral Tech Test"
6-
STACK_NAME=newtral-tech-test
5+
PROJECT_NAME="Elasticsearch Fullstack Async"
6+
STACK_NAME=elasticsearch-fullstack-async
77

88
# Backend
99
DOCKER_IMAGE_BACKEND=backend

Diff for: .env.local

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ DOMAIN=localhost
22

33
ENVIRONMENT=local
44

5-
PROJECT_NAME="Newtral Tech Test"
6-
STACK_NAME=newtral-tech-test
5+
PROJECT_NAME="Elasticsearch Fullstack Async"
6+
STACK_NAME=elasticsearch-fullstack-async
77

88
DOCKER_IMAGE_BACKEND=backend
99

Diff for: .env.test

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ DOMAIN=localhost
22

33
ENVIRONMENT=local
44

5-
PROJECT_NAME="Newtral Tech Test"
6-
STACK_NAME=newtral-tech-test
5+
PROJECT_NAME="Elasticsearch Fullstack Async"
6+
STACK_NAME=elasticsearch-fullstack-async
77

88
DOCKER_IMAGE_BACKEND=backend
99

Diff for: README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# newtral-tech-test
1+
# Elasticsearch Fullstack Async
22

33
## Introduction
44

@@ -11,7 +11,7 @@ To get started with the project, follow these steps:
1111
1. Clone the repository
1212

1313
```bash
14-
git clone [email protected]:Javimtib92/newtral-tech-test.git <project_name>
14+
git clone [email protected]:Javimtib92/elasticsearch-fullstack-async.git <project_name>
1515
```
1616

1717
2. Navigate to the project directory
@@ -98,6 +98,9 @@ Make sure to replace `<ES_PORT>` and `<KIBANA_PORT>` with the ports defined in y
9898

9999
## How to test Bulk instructions (demo purposes)
100100

101+
> There is a sample of a data file to import located in `data/import.csv`
102+
103+
101104
### Test bulk (with frontend)
102105

103106
1. Navigate to `http://localhost:3000`
@@ -125,4 +128,4 @@ We'll use `/docs` endpoint as if it was our "postman" to execute each endpoint.
125128

126129
- Elasticsearch Documentation: https://www.elastic.co/guide/index.html
127130
- Kibana Documentation: https://www.elastic.co/guide/kibana/index.html
128-
- Docker Compose Documentation: https://docs.docker.com/compose
131+
- Docker Compose Documentation: https://docs.docker.com/compose

Diff for: backend/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Newtral Tech Test Backend
1+
# Elasticsearch Fullstack Async Backend
22

33
## Project Overview
44

@@ -84,4 +84,4 @@ This command will execute all the tests in the `tests/` directory.
8484
## References
8585

8686
- FastAPI Documentation: https://fastapi.tiangolo.com/
87-
- Poetry Documentation: https://python-poetry.org/docs/
87+
- Poetry Documentation: https://python-poetry.org/docs/

Diff for: data/import.csv

+4,097
Large diffs are not rendered by default.

Diff for: frontend/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Newtral Tech Test Frontend
1+
# Elasticsearch Fullstack Async Frontend
22

33
## Project Overview
44

Diff for: frontend/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Newtral Tech Test</title>
7+
<title>Elasticsearch Fullstack Async</title>
88
</head>
99
<body>
1010
<div id="root"></div>

Diff for: frontend/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: frontend/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "newtral-tech-test-frontend",
2+
"name": "elasticsearch-fullstack-async-frontend",
33
"private": true,
44
"version": "0.0.1",
55
"type": "module",

Diff for: frontend/src/components/logo.tsx

+1-53
Original file line numberDiff line numberDiff line change
@@ -8,59 +8,7 @@ export function Logo({
88
}: Partial<LinkComponent<"a">> & { onClick?: () => void; className?: string }) {
99
return (
1010
<Link to="/politicians" onClick={onClick} {...props}>
11-
<svg
12-
className={cn("svg-logo", className)}
13-
width="234"
14-
height="48"
15-
fill="none"
16-
xmlns="http://www.w3.org/2000/svg"
17-
viewBox="0 0 234 48"
18-
>
19-
<title>Newtral Logo</title>
20-
<path
21-
className="svg-logo-white-path"
22-
d="M149.135 47.968c-.355-.128-.71-.287-1.065-.096-.71-.51-1.582-.51-2.389-.797-4.164-1.977-5.907-5.422-5.972-9.76-.097-5.772-.064-11.577-.097-17.35 0-.637.355-1.403-.678-1.881-.613-.255.162-.766.42-1.085 3.583-4.688 7.231-9.376 10.846-14.033.549-.702 1.066-1.467 1.582-2.2 1.033.223.258 1.116.613 1.594a33.692 33.692 0 0 0 0 5.103c-.452 1.34-.064 1.978 1.485 1.818 1.227-.128 2.486.032 3.712-.032.904-.032 1.259.223 1.227 1.148a116.845 116.845 0 0 0 0 6.698c.032.957-.355 1.18-1.227 1.148-1.678-.064-3.324.064-5.003-.032-1.291-.063-1.808.255-1.775 1.659.096 2.583 0 5.198 0 7.814 0 2.232-.033 4.465.096 6.697.13 2.456 1.453 3.413 3.874 2.903a26.247 26.247 0 0 0 3.099-.861c.775-.256 1.001.063 1.001.701-.033 2.743-.097 5.518-.097 8.26 0 .99-.42 1.404-1.324 1.691-2.743.734-5.52.893-8.328.893Z"
23-
fill="currentColor"
24-
/>
25-
<path
26-
d="M92.386 47.745c-.516-.096-.645-.479-.871-.797-3.519-4.88-7.037-9.76-10.588-14.64-.517-.701-.71-1.244 0-1.945a245.092 245.092 0 0 0 5.616-5.932c.71-.766 1.13-.734 1.68.159.968 1.467 2.097 2.839 3.066 4.274.742 1.116 1.29.957 2.001-.032 4.422-6.124 8.942-12.215 13.364-18.339.743-1.02 1.55-1.435 2.809-1.403 3.26.095 6.552.032 9.845.032.42 0 .968-.192 1.194.255.226.446-.258.733-.516 1.052l-20.53 27.94c-2.099 2.838-4.165 5.644-6.263 8.483-.226.414-.42.797-.807.893Z"
27-
fill="#01F3B3"
28-
/>
29-
<path
30-
className="svg-logo-white-path"
31-
d="M222.444.16c.193-.064.419-.128.613-.16h10.297c.226.032.42.096.646.128 0 .797-.032 1.594-.032 2.392 0 14.67 0 29.342.032 44.013 0 1.084-.194 1.499-1.388 1.467a132.34 132.34 0 0 0-8.716 0c-1.162.032-1.42-.319-1.42-1.435.064-6.921.032-13.81.032-20.731-.032-8.548-.032-17.095-.064-25.675Z"
32-
fill="currentColor"
33-
/>
34-
<path
35-
d="m142.647 9.696-.678 1.052c-7.296 9.887-14.591 19.806-21.886 29.693-1.55 2.105-3.099 4.178-4.616 6.315-.678.925-1.098 1.244-1.905.032a423.978 423.978 0 0 0-7.844-10.908c-.646-.86-.646-1.499.032-2.36a151.647 151.647 0 0 0 4.681-6.283c.678-.957 1.13-1.084 1.872-.064 2.131 2.807 2.195 2.807 4.229.032a1630.973 1630.973 0 0 0 12.396-16.84c.677-.924 1.388-1.275 2.517-1.243 3.325.063 6.65.031 10.007.031.42.032 1.001-.223 1.195.543Z"
36-
fill="#01F3B3"
37-
/>
38-
<path
39-
className="svg-logo-white-path"
40-
d="M78.344 24.654c-1.485-.606-1.033-2.137-1.452-3.221-.614-1.627-1.162-3.317-2.389-4.625-.484-.51-.646-1.053-.581-1.722 2.55 2.71 3.841 5.996 4.422 9.568ZM53.553 31.67l.032.128c-.322 2.583.872 4.497 2.68 6.155-1.292.224-1.776-.701-2.196-1.594-.516-1.085-.936-2.2-1.323-3.317-.258-.67-.323-1.404.807-1.372ZM78.441 30.714c-.064-1.436.226-2.87-.258-4.274-.13-.383-.13-.861.29-1.148M39.77.415h-9.782c-.645-.16-.871-.096-.871.733.064 7.272.032 14.512.032 21.784 0 .574.162 1.212-.323 1.881-1.162-1.467-2.227-2.806-3.292-4.178l-.032-.096c-.097-.127-.194-.255-.323-.382-1.485-2.584-3.325-4.944-5.165-7.304a158.497 158.497 0 0 0-8.78-11.96l-.097-.096c-.13-.319-.355-.478-.743-.478-3.163 0-6.327.032-9.49 0C-.032.287 0 .797 0 1.435V46.82C0 47.713.258 48 1.162 48c2.808-.064 5.585-.064 8.393 0 1.227.032 1.517-.319 1.517-1.499-.064-7.367-.032-14.767-.032-22.134 0-.542-.13-1.117.29-1.946 1.42 2.041 2.712 3.923 4.035 5.741 2.39 3.317 4.52 6.825 7.102 9.983 1.646 2.966 3.874 5.55 5.65 8.42.71 1.148 1.484 1.722 2.84 1.371h6.779c2.388.128 2.356.128 2.356-2.264 0-14.512 0-29.023-.032-43.535.064-.574.42-1.276-.29-1.722ZM184.288 12.534c-.29-2.934-.29-2.87-3.325-3.285-3.098-.414-5.681.574-7.908 2.647-.452.415-.936.83-1.582 1.404-.065-1.244-.097-2.265-.161-3.285.161-.925-.517-.734-1.001-.734h-8.813c-.484 0-1.162-.16-1 .734.452-.064.904-.128 1.355-.16-.451.032-.903.096-1.355.16-.033 9.026-.033 18.051-.065 27.077 0 3.19.032 6.38-.032 9.568-.032 1.021.226 1.372 1.323 1.34 3.228-.064 6.456 0 9.684 0 .033-.096.097-.128.194-.096V29.246c0-1.498.032-2.966.388-4.433 1.162-5.135 6.068-7.718 11.039-5.804.323.127.614.446 1.292.255v-4.465a5.93 5.93 0 0 1-.033-2.265ZM219.409 9.217c-2.776.064-5.584 0-8.36.032-.42 0-1.001-.319-1.195.415h4.358-4.358v4.848c-1.485-1.276-2.808-2.074-4.293-2.552-9.361-2.934-19.4 2.169-22.112 11.514-2.098 7.335-.839 14.065 4.584 19.774 4.39 3.604 9.361 5.23 15.075 4.401 2.485-.35 4.648-1.403 6.714-3.253v2.87c0 .096 0 .224.032.32-.032.095-.064.19-.032.318h.161l.129-.095c3.519.032 7.07.032 10.588.063 0-12.47 0-24.909.065-37.379 0-.989-.291-1.308-1.356-1.276ZM205.981 36.04c-2.809 2.647-8.07 2.615-11.073-.032-1.71-1.53-2.582-3.636-2.582-6.443 0-3.954 1.808-6.761 5.165-7.973 3.26-1.18 7.102-.287 9.135 2.169 2.744 3.285 2.421 9.408-.645 12.279Z"
41-
fill="currentColor"
42-
/>
43-
<path
44-
className="svg-logo-white-path"
45-
d="M62.269 31.352h16.237l-.162-3.509h-.968l-3.099 1.754-12.008 1.755ZM70.177 45.193s6.037-2.264 7.36-8.994l-5.455 2.329-2.518 3.03.613 3.635Z"
46-
fill="currentColor"
47-
/>
48-
<path
49-
className="svg-logo-white-path"
50-
d="m68.08 36.104 1.064 3.572-.807 2.073-4.519.414-2.324-2.583c-1.356.223-2.84-.16-4.229-.542-.548-.16-.936-.447-1.065-1.02-1.291.222-1.775-.702-2.163-1.595-.516-1.085-.936-2.201-1.323-3.317-.226-.67-.29-1.404.807-1.372.548-.542 1.226-.319 1.84-.319h21.757c.516-.032.968-.127 1.323-.638-.064-1.435.226-2.87-.258-4.273-.13-.383-.13-.862.29-1.149-.032-.223-.064-.414-.096-.637-1.162-.479-1.162-1.468-1.292-2.424l.84.414c-3.487-12.598-14.3-13.236-14.3-13.236-6.618-1.084-13.752 1.468-17.755 6.634-4.874 6.252-5.584 16.107-1.614 22.996.743 1.275 1.55 2.424 2.486 3.444 0 0 .646.925 2.26 1.978.742.51 1.549.956 2.42 1.307h.13c1.807.734 4.228 1.372 7.36 1.531 5.132.415 9.877-.574 14.01-3.987l4.163-5.55c.065-.063.065-.159.065-.254 0-.383-.097-.798.355-.989.13-1.244-.387-1.754-1.743-1.658-1.808.127-3.648.063-5.488.032-.968-.128-1.678.19-2.195 1.148ZM65.98 24.016c-1.872-.032-3.744 0-5.617 0-1.937 0-3.873-.032-5.778 0-.871.032-1.162-.255-.968-1.116.58-2.711 3.454-4.625 6.908-4.593 3.357.032 5.778 1.882 6.327 4.784.129.734-.162.925-.872.925Z"
51-
fill="currentColor"
52-
/>
53-
<path
54-
className="svg-logo-white-path"
55-
d="M53.553 33.297s.613 5.167 6.65 6.283c.097 0 .161.032.258.032 6.262 1.02-.258 1.818-.258 1.818l-9.652-.478-2.518-3.158-.258-2.169 5.778-2.328Z"
56-
fill="currentColor"
57-
/>
58-
<path
59-
className="svg-logo-white-path"
60-
d="M60.461 39.644s4.907.638 7.78-3.764l2.162 3.54-.839 1.691-5.455 2.902h-5.133l1.485-4.37Z"
61-
fill="currentColor"
62-
/>
63-
</svg>
11+
Logo
6412
</Link>
6513
);
6614
}

0 commit comments

Comments
 (0)