Skip to content

Commit

Permalink
Kpi target input (#34)
Browse files Browse the repository at this point in the history
* refactor kpi-page + % display
* Display and save target to fb
  • Loading branch information
Aurelieph authored Oct 21, 2023
1 parent 987bea2 commit ac813bd
Show file tree
Hide file tree
Showing 6 changed files with 448 additions and 308 deletions.
2 changes: 1 addition & 1 deletion KPI-team1-frontend/src/components/ModalRightSide.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ interface ModalRightSideProps {

const customStyles = {
content: {
width: "40%",
width: "60%",
padding: "20px",
border: "none",
left: "auto",
Expand Down
2 changes: 2 additions & 0 deletions KPI-team1-frontend/src/model/kpi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ export interface KpiExtended extends Kpi {
latest_value: Number;
latest_standardized_date: string;
latest_user_id: string;
target_id: number | null;
target_value: number | null;
}

//kpi_values_period_standardized
Expand Down
289 changes: 0 additions & 289 deletions KPI-team1-frontend/src/pages/KpiDetailModalPage.tsx

This file was deleted.

Loading

0 comments on commit ac813bd

Please sign in to comment.