Skip to content

Commit a0e117e

Browse files
committed
Added delivarables and updated some labels
1 parent 1968f2f commit a0e117e

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

client/components/dashboard-componenets/mainContent/systemAdminContents/Users.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default function AdminUserManagementPanel() {
1111
return (
1212
<main className="flex flex-1 flex-col gap-4 p-4 lg:gap-6 lg:p-6 max-h-[calc(100vh-60px)] overflow-scroll">
1313
<div className="flex items-center justify-between">
14-
<h1 className="text-lg font-semibold md:text-2xl">User</h1>
14+
<h1 className="text-lg font-semibold md:text-2xl">User Management</h1>
1515
<div className="flex-grow-1"></div>
1616
<div className="flex gap-2">
1717
<AddNewUserModal

client/components/modals/landfillControl/ViewLandfillInfoModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const ViewLandFIllInfoModal = ({ landfillInfo }: { landfillInfo: LandFill
6868
<DialogContent className="max-w-[425px]">
6969
<DialogHeader>
7070
<DialogTitle className="mt-4 text-xl sm:text-2xl">
71-
View STS Details
71+
View Landfill Details
7272
</DialogTitle>
7373
<DialogDescription>
7474
<h1>Here are the description of the STS</h1>

client/data/externalResources.ts

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
export const gitRepo = 'https://github.com/definecoder/CS24-p2-define-coders';
2-
export const figmaLink = 'https://github.com/definecoder/CS24-p2-define-coders';
3-
export const backendFlow = 'https://github.com/definecoder/CS24-p2-define-coders';
4-
export const endToEndFlow = 'https://github.com/definecoder/CS24-p2-define-coders';
5-
export const erDiagram = 'https://github.com/definecoder/CS24-p2-define-coders';
6-
export const dbSchema = 'https://github.com/definecoder/CS24-p2-define-coders';
7-
export const powerpoint = 'https://github.com/definecoder/CS24-p2-define-coders';
8-
export const apiExcel = 'https://docs.google.com/spreadsheets/d/1_h94f8bbpJne0x985umDHGz-SN3EVNqo/edit?usp=sharing&ouid=112171985446871134031&rtpof=true&sd=true';
9-
export const postmanCollectionLink = 'https://github.com/definecoder/CS24-p2-define-coders';
10-
export const zipLink = 'https://github.com/definecoder/CS24-p2-define-coders';
2+
export const figmaLink = 'https://www.figma.com/file/hHo1jb8FThL5kusB25bXtR/EcoSync?type=design&node-id=0%3A1&mode=design&t=vkqwC5f9MgerZeoG-1';
3+
export const backendFlow = 'https://excalidraw.com/#room=8bb38e5f3239061cf38f,JL54qyrPs8WInSgNqSAi8g';
4+
export const endToEndFlow = 'https://drive.google.com/file/d/1WpY_Qo-oq9aPTnP5A85258hcMnOnRK6u/view?usp=drive_link';
5+
export const erDiagram = 'https://drive.google.com/file/d/16xpgWwB5Gh7CE9IZ0zGVA21OANRYO7Am/view?usp=drive_link';
6+
export const dbSchema = 'https://drive.google.com/file/d/1d5WDuhoAytTogygQNTK_ch_DNlEr3-eo/view?usp=drive_link';
7+
export const powerpoint = 'https://www.canva.com/design/DAGBH5tvviA/npMOzFwd3i77tVMMp9Fpbw/edit?utm_content=DAGBH5tvviA&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton';
8+
export const apiExcel = 'https://docs.google.com/spreadsheets/d/1_h94f8bbpJne0x985umDHGz-SN3EVNqo/edit?usp=sharing&ouid=105431423608881450439&rtpof=true&sd=true';
9+
export const postmanCollectionLink = 'https://drive.google.com/file/d/1fhN8EOCnR9U-9EMidPb1RnJKo_h-FrHU/view?usp=drive_link';
10+
export const zipLink = 'https://drive.google.com/drive/folders/1w3wEZFna3inLHC4nGVPw_GcTXJOfXvew?usp=sharing';

0 commit comments

Comments
 (0)