Skip to content

Commit

Permalink
Add Dashboard Page. (#240)
Browse files Browse the repository at this point in the history
* add dashboard page

Signed-off-by: June Saehwan <[email protected]>
Co-authored-by: Han Kyuhyun <[email protected]>
Co-authored-by: ByunJeongHeum <[email protected]>
Co-authored-by: jongmin Lee <[email protected]>

* logo change size

Signed-off-by: June Saehwan <[email protected]>
Co-authored-by: Han Kyuhyun <[email protected]>
Co-authored-by: ByunJeongHeum <[email protected]>
Co-authored-by: jongmin Lee <[email protected]>

* add Dashboard page

Signed-off-by: jongmin Lee <[email protected]>
Co-authored-by: Han Kyuhyun <[email protected]>
Co-authored-by: ByunJeongHeum <[email protected]>
Co-authored-by: June Saehwan <[email protected]>

* Fix error and Add header.

Signed-off-by: Han Kyuhyun <[email protected]>
Co-authored-by: ByunJeongHeum <[email protected]>
Co-authored-by: June Saehwan <[email protected]>
Co-authored-by: jongmin Lee <[email protected]>

* Fix pie chart error.

Signed-off-by: Han Kyuhyun <[email protected]>
Co-authored-by: ByunJeongHeum <[email protected]>
Co-authored-by: June Saehwan <[email protected]>
Co-authored-by: jongmin Lee <[email protected]>

* Move Grade.java file.

Signed-off-by: Han Kyuhyun <[email protected]>
Co-authored-by: ByunJeongHeum <[email protected]>
Co-authored-by: June Saehwan <[email protected]>
Co-authored-by: jongmin Lee <[email protected]>

---------

Signed-off-by: June Saehwan <[email protected]>
Signed-off-by: jongmin Lee <[email protected]>
Signed-off-by: Han Kyuhyun <[email protected]>
Co-authored-by: hwan <[email protected]>
Co-authored-by: ByunJeongHeum <[email protected]>
Co-authored-by: jongmin Lee <[email protected]>
  • Loading branch information
4 people authored Oct 15, 2023
1 parent c3bd273 commit 1a6e70a
Show file tree
Hide file tree
Showing 22 changed files with 1,869 additions and 31 deletions.
Binary file added frontend/public/image/png/GRSearchBox.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions frontend/public/image/svg/DashMyOptionLine.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions frontend/public/image/svg/OptionWrapper.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import Login from './pages/Login';
import User from './pages/User';
import History from './pages/History';
import Result from './pages/Result';
import Dashboard from './pages/Dashboard';

axios.defaults.baseURL = '/api/v1/web';
function App() {
Expand All @@ -26,6 +27,7 @@ function App() {
<Route path="/user/setting" element={<User />} />
<Route path="/history/:type/:name" element={<History />} />
<Route path="/result/:pull_request_id" element={<Result />} />
<Route path="/dashboard/:type/:name" element={<Dashboard />} />
</Routes>
</div>
</BrowserRouter>
Expand Down
Loading

0 comments on commit 1a6e70a

Please sign in to comment.