Chroanaa / SUPERHERO-SYSTEM

SBIT-3K SUPER SYSTEM
MIT License
5 stars 7 forks source link

TODO: Applicable only for School Presentation (Week 13 - 15) #19

Open lash0000 opened 1 week ago

lash0000 commented 1 week ago

Dito na ako maglalagay wala kasi kwenta notepad ko eh T^T Date: 11/11/2024 (Week 13)

Priority for Today (11/19/2024)

DONE TASKS

--nothing follows--

lash0000 commented 2 days ago

Test Data Folder Structure for my backend.

sia105/
├ .vercel/
├ .vscode/
│ ├ src/
│ │ ├ badac_portal/
│ │ │ └ some_controller.ts
│ │ ├ bcpc_portal/
│ │ │ └ some_controller.ts
│ │ ├ bpso_portal/
│ │ │ ├ backlogs/
│ │ │ ├ case_incidents/
│ │ │ ├ complaints/
│ │ │ │ └ complaint_records.ts
│ │ │ │ └ case_incident_reports.ts
│ │ │ │ └ complaint_data_logs.ts
│ │ │ │ └ handler.ts (FOR complaints)
│ │ └ handler.ts (ROOT TO ACCESS ALL)
├ .gitignore
├ index.html
├ LICENSE
├ package.json
├ serverless.yml
├ tsconfig.json
├ pnpm-lock.yaml
├ vercel.json
└ README.md