Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SvelteKit] Projects Browser #516

Merged
merged 29 commits into from
Apr 24, 2024
Merged

[SvelteKit] Projects Browser #516

merged 29 commits into from
Apr 24, 2024

Conversation

allanlasser
Copy link
Member

@allanlasser allanlasser commented Apr 19, 2024

Adds pages for browsing projects and viewing details about individual projects. The project page presents a list of documents contained in the project and stubbed actions available on the project.

Adds routes:

  • /app/projects
  • /app/projects/[id]-[slug]
Screenshot 2024-04-23 at 3 14 52 PM Screenshot 2024-04-23 at 3 14 55 PM

Copy link

netlify bot commented Apr 19, 2024

Deploy Preview for documentcloud-frontend ready!

Name Link
🔨 Latest commit 8dfa247
🔍 Latest deploy log https://app.netlify.com/sites/documentcloud-frontend/deploys/662957ab49128d0008830441
😎 Deploy Preview https://deploy-preview-516.muckcloud.com
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

github-actions bot commented Apr 19, 2024

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 39.12% 2837 / 7251
🔵 Statements 39.12% 2837 / 7251
🔵 Functions 26.58% 42 / 158
🔵 Branches 48.59% 104 / 214
File Coverage
File Stmts % Branch % Funcs % Lines Uncovered Lines
Changed Files
src/lib/api/accounts.ts 100% 100% 100% 100%
src/lib/api/documents.ts 85.09% 87.5% 82.35% 85.09% 24-52, 58-73, 104-105, 166
src/lib/api/projects.ts 85.45% 100% 83.33% 85.45% 142-165
src/lib/api/types.d.ts 0% 0% 0% 0% 1-210
src/lib/components/forms/DocumentUpload.svelte 100% 12.5% 0% 100%
src/lib/components/inputs/Search.svelte 0% 0% 0% 0% 1-101
src/lib/components/projects/ProjectListItem.svelte 0% 0% 0% 0% 1-104
src/lib/components/projects/ProjectPin.svelte 0% 0% 0% 0% 1-46
src/lib/utils/api.ts 88.23% 83.33% 100% 88.23% 29-32
src/lib/utils/search.ts 73.91% 100% 33.33% 73.91% 7-10, 13-14
src/routes/+page.server.ts 0% 0% 0% 0% 1-7
src/routes/app/+layout.ts 0% 0% 0% 0% 1-18
src/routes/app/add-ons/+layout.ts 0% 0% 0% 0% 1-10
src/routes/app/add-ons/+page.svelte 0% 0% 0% 0% 1-131
src/routes/app/add-ons/+page.ts 0% 0% 0% 0% 1-14
src/routes/app/projects/+layout.ts 0% 0% 0% 0% 1-10
src/routes/app/projects/+page.svelte 0% 0% 0% 0% 1-63
src/routes/app/projects/+page.ts 0% 0% 0% 0% 1-20
src/routes/app/projects/[id]-[slug]/+page.svelte 0% 0% 0% 0% 1-108
src/routes/app/projects/[id]-[slug]/+page.ts 0% 0% 0% 0% 1-20
src/routes/app/sidebar/Documents.svelte 0% 0% 0% 0% 1-63
src/routes/app/sidebar/Projects.svelte 0% 0% 0% 0% 1-44
Generated in workflow #68

@allanlasser allanlasser changed the base branch from sveltekit to sveltekit-manager-addons April 19, 2024 19:37
@allanlasser allanlasser force-pushed the sveltekit-projects branch 2 times, most recently from 5f41aee to 58de70e Compare April 22, 2024 21:25
@allanlasser allanlasser changed the base branch from sveltekit-manager-addons to sveltekit April 23, 2024 19:11
@allanlasser allanlasser marked this pull request as ready for review April 23, 2024 19:14
@allanlasser allanlasser requested a review from eyeseast April 23, 2024 19:16
@allanlasser allanlasser requested a review from eyeseast April 24, 2024 19:11
@allanlasser allanlasser merged commit 1df6b0c into sveltekit Apr 24, 2024
10 checks passed
@allanlasser allanlasser deleted the sveltekit-projects branch April 24, 2024 23:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants