Refactor files organization and add task management functionality. #96
Annotations
10 errors and 1 warning
Build Vue.js app:
src/components/forms/LanguageForm.vue#L5
Property 'code' does not exist on type 'Record<string, any> | { regDate: string; lastModifiedDate: string; identifier: string; }'.
|
Build Vue.js app:
src/components/forms/project/ProjectForm.vue#L181
'index' is declared but its value is never read.
|
Build Vue.js app:
src/components/forms/project/TaskForm.vue#L5
Property 'id' does not exist on type 'Record<string, any> | { regDate: string; lastModifiedDate: string; identifier: string; }'.
|
Build Vue.js app:
src/components/lists/EmployeeList.vue#L29
Type '(keys: string[]) => void' is not assignable to type 'MaybeArray<OnUpdateCheckedRowKeys> | undefined'.
|
Build Vue.js app:
src/components/lists/LabelList.vue#L28
Type '(keys: string[]) => void' is not assignable to type 'MaybeArray<OnUpdateCheckedRowKeys> | undefined'.
|
Build Vue.js app:
src/components/lists/LanguageList.vue#L28
Type '(keys: string[]) => void' is not assignable to type 'MaybeArray<OnUpdateCheckedRowKeys> | undefined'.
|
Build Vue.js app:
src/components/lists/LanguageList.vue#L50
'usePositionStore' is declared but its value is never read.
|
Build Vue.js app:
src/components/lists/OrgCategoryList.vue#L28
Type '(keys: string[]) => void' is not assignable to type 'MaybeArray<OnUpdateCheckedRowKeys> | undefined'.
|
Build Vue.js app:
src/components/lists/OrganizationsList.vue#L29
Type '(keys: string[]) => void' is not assignable to type 'MaybeArray<OnUpdateCheckedRowKeys> | undefined'.
|
Build Vue.js app:
src/components/lists/PositionList.vue#L28
Type '(keys: string[]) => void' is not assignable to type 'MaybeArray<OnUpdateCheckedRowKeys> | undefined'.
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading