COS301-SE-2024 / Web-Exploration-Engine

Tech Odyssey - The Web Exploration Engine (WEE) - WEE automates the extraction of critical website information. Employing cutting-edge scraping technologies and natural language processing, WEE delivers user-friendly insights and reports through an intuitive and responsive website
https://capstone-wee.dns.net.za/
11 stars 3 forks source link

Feature/save reports #200

Closed CaitMS closed 2 months ago

CaitMS commented 3 months ago

Description

Allow users to save reports

Changes Made

Screenshots (if applicable)

Screenshot 2024-07-04 174939 Screenshot 2024-07-04 175031 Screenshot 2024-07-04 174952

Related Issues

Checklist

Additional Notes

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 86.07595% with 55 lines in your changes missing coverage. Please review.

Project coverage is 87.33%. Comparing base (36b5502) to head (857bc81).

Files Patch % Lines
wee/frontend/src/app/(pages)/results/page.tsx 82.92% 11 Missing and 3 partials :warning:
wee/frontend/src/app/(pages)/savedreports/page.tsx 83.11% 13 Missing :warning:
wee/frontend/src/app/(pages)/savedresults/page.tsx 87.25% 11 Missing and 2 partials :warning:
wee/frontend/src/app/services/SaveReportService.ts 75.00% 5 Missing :warning:
wee/frontend/src/app/context/UserContext.tsx 33.33% 4 Missing :warning:
...ee/frontend/src/app/(pages)/summaryreport/page.tsx 92.50% 2 Missing and 1 partial :warning:
.../frontend/src/app/utils/supabase_service_client.ts 80.00% 2 Missing :warning:
...e/frontend/src/app/(pages)/savedsummaries/page.tsx 98.14% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## development #200 +/- ## =============================================== - Coverage 87.56% 87.33% -0.24% =============================================== Files 46 51 +5 Lines 1592 1934 +342 Branches 304 409 +105 =============================================== + Hits 1394 1689 +295 - Misses 192 235 +43 - Partials 6 10 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.