Skip to content

Conversation

@cameronhollis4
Copy link
Collaborator

No description provided.

@linear
Copy link

linear bot commented Jan 22, 2024

462-49 Project CRUD APIs

Implement APIs for project management. This covers creating new projects, accessing project details, updating project information, and deleting projects when necessary.

@vercel
Copy link

vercel bot commented Jan 22, 2024

@cameronhollis4 is attempting to deploy a commit to the GU Pro Team on Vercel.

To accomplish this, @cameronhollis4 needs to request access to the Team.

Afterwards, an owner of the Team is required to accept their membership request.

If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account.

@vercel
Copy link

vercel bot commented Jan 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
taskly ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 22, 2024 7:40pm

@github-actions
Copy link

Style check failed. Here are the details:


./src/app/api/project/[id]/route.tsx
8:1  Warning: All imports in the declaration are only used as types. Use `import type`.  @typescript-eslint/consistent-type-imports
10:51  Error: Unexpected any. Specify a different type.  @typescript-eslint/no-explicit-any
11:8  Error: Unsafe assignment of an `any` value.  @typescript-eslint/no-unsafe-assignment
13:8  Error: Unsafe assignment of an `any` value.  @typescript-eslint/no-unsafe-assignment
15:14  Error: Unsafe member access .id on an `any` value.  @typescript-eslint/no-unsafe-member-access
15:26  Error: Unsafe member access .name on an `any` value.  @typescript-eslint/no-unsafe-member-access
19:8  Error: Unsafe assignment of an `any` value.  @typescript-eslint/no-unsafe-assignment
21:8  Error: Unsafe assignment of an `any` value.  @typescript-eslint/no-unsafe-assignment
21:20  Error: Unsafe member access .name on an `any` value.  @typescript-eslint/no-unsafe-member-access
24:3  Error: Unsafe assignment of an `any` value.  @typescript-eslint/no-unsafe-assignment
25:16  Error: Unsafe argument of type `any` assigned to a parameter of type `string`.  @typescript-eslint/no-unsafe-argument
28:47  Error: Unsafe argument of type `any` assigned to a parameter of type `string`.  @typescript-eslint/no-unsafe-argument
35:50  Error: Unexpected any. Specify a different type.  @typescript-eslint/no-explicit-any
36:8  Error: Unsafe assignment of an `any` value.  @typescript-eslint/no-unsafe-assignment
38:8  Error: Unsafe assignment of an `any` value.  @typescript-eslint/no-unsafe-assignment
40:44  Error: Unsafe argument of type `any` assigned to a parameter of type `string`.  @typescript-eslint/no-unsafe-argument
47:53  Error: Unexpected any. Specify a different type.  @typescript-eslint/no-explicit-any
48:8  Error: Unsafe assignment of an `any` value.  @typescript-eslint/no-unsafe-assignment
50:8  Error: Unsafe assignment of an `any` value.  @typescript-eslint/no-unsafe-assignment
52:47  Error: Unsafe argument of type `any` assigned to a parameter of type `string`.  @typescript-eslint/no-unsafe-argument

./src/app/api/project/route.tsx
1:1  Warning: All imports in the declaration are only used as types. Use `import type`.  @typescript-eslint/consistent-type-imports
2:25  Warning: 'updateProject' is defined but never used.  @typescript-eslint/no-unused-vars
4:51  Error: Unexpected any. Specify a different type.  @typescript-eslint/no-explicit-any
5:8  Error: Unsafe assignment of an `any` value.  @typescript-eslint/no-unsafe-assignment
5:10  Warning: 'params' is assigned a value but never used.  @typescript-eslint/no-unused-vars
7:8  Error: Unsafe assignment of an `any` value.  @typescript-eslint/no-unsafe-assignment
9:12  Error: Unsafe member access .name on an `any` value.  @typescript-eslint/no-unsafe-member-access
13:8  Error: Unsafe assignment of an `any` value.  @typescript-eslint/no-unsafe-assignment
13:20  Error: Unsafe member access .name on an `any` value.  @typescript-eslint/no-unsafe-member-access
16:3  Error: Unsafe assignment of an `any` value.  @typescript-eslint/no-unsafe-assignment

info  - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules
ERROR: "style:lint" exited with 1.

@cameronhollis4 cameronhollis4 force-pushed the hollisca/462-49-project-crud-apis branch from 405d105 to fc2b34f Compare January 22, 2024 17:31
@github-actions
Copy link

Style check failed. Here are the details:


./src/app/api/project/[id]/route.tsx
8:1  Warning: All imports in the declaration are only used as types. Use `import type`.  @typescript-eslint/consistent-type-imports
10:51  Error: Unexpected any. Specify a different type.  @typescript-eslint/no-explicit-any
11:8  Error: Unsafe assignment of an `any` value.  @typescript-eslint/no-unsafe-assignment
13:8  Error: Unsafe assignment of an `any` value.  @typescript-eslint/no-unsafe-assignment
15:14  Error: Unsafe member access .id on an `any` value.  @typescript-eslint/no-unsafe-member-access
15:26  Error: Unsafe member access .name on an `any` value.  @typescript-eslint/no-unsafe-member-access
19:8  Error: Unsafe assignment of an `any` value.  @typescript-eslint/no-unsafe-assignment
21:8  Error: Unsafe assignment of an `any` value.  @typescript-eslint/no-unsafe-assignment
21:20  Error: Unsafe member access .name on an `any` value.  @typescript-eslint/no-unsafe-member-access
24:3  Error: Unsafe assignment of an `any` value.  @typescript-eslint/no-unsafe-assignment
25:16  Error: Unsafe argument of type `any` assigned to a parameter of type `string`.  @typescript-eslint/no-unsafe-argument
28:47  Error: Unsafe argument of type `any` assigned to a parameter of type `string`.  @typescript-eslint/no-unsafe-argument
35:50  Error: Unexpected any. Specify a different type.  @typescript-eslint/no-explicit-any
36:8  Error: Unsafe assignment of an `any` value.  @typescript-eslint/no-unsafe-assignment
38:8  Error: Unsafe assignment of an `any` value.  @typescript-eslint/no-unsafe-assignment
40:44  Error: Unsafe argument of type `any` assigned to a parameter of type `string`.  @typescript-eslint/no-unsafe-argument
47:53  Error: Unexpected any. Specify a different type.  @typescript-eslint/no-explicit-any
48:8  Error: Unsafe assignment of an `any` value.  @typescript-eslint/no-unsafe-assignment
50:8  Error: Unsafe assignment of an `any` value.  @typescript-eslint/no-unsafe-assignment
52:47  Error: Unsafe argument of type `any` assigned to a parameter of type `string`.  @typescript-eslint/no-unsafe-argument

./src/app/api/project/route.tsx
1:1  Warning: All imports in the declaration are only used as types. Use `import type`.  @typescript-eslint/consistent-type-imports
2:25  Warning: 'updateProject' is defined but never used.  @typescript-eslint/no-unused-vars
5:8  Error: Unsafe assignment of an `any` value.  @typescript-eslint/no-unsafe-assignment
7:12  Error: Unsafe member access .name on an `any` value.  @typescript-eslint/no-unsafe-member-access
11:8  Error: Unsafe assignment of an `any` value.  @typescript-eslint/no-unsafe-assignment
11:20  Error: Unsafe member access .name on an `any` value.  @typescript-eslint/no-unsafe-member-access
14:3  Error: Unsafe assignment of an `any` value.  @typescript-eslint/no-unsafe-assignment

info  - Need to disable some ESLint rules? Learn more here: https://nextjs.org/docs/basic-features/eslint#disabling-rules
ERROR: "style:lint" exited with 1.

@cameronhollis4 cameronhollis4 merged commit a110fed into main Jan 22, 2024
@GuruUpdesh GuruUpdesh deleted the hollisca/462-49-project-crud-apis branch January 22, 2024 19:40
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