srp-internships / MRA.Jobs

MRA.Job - a centralized platform where the company will post new job positions/internships/courses/classes and candidates can apply.
MIT License
8 stars 1 forks source link

Applications: Hidden vacancy problems #375

Closed komdil closed 10 months ago

komdil commented 10 months ago

Error on applying CV Hidden vacancy should not be on list Rename it to No Vacancy Be able to apply multiple times

12/27/2023

  1. Cannot send CV without authentication. It is showing me this error: Failed to load resource: the server responded with a status of 400 () blazor.webassembly.js:1 crit: Microsoft.AspNetCore.Components.WebAssembly.Rendering.WebAssemblyRenderer[100] Unhandled exception rendering component: Argument_AddingDuplicateWithKey, MRA.Jobs.Application.Contracts.Dtos.VacancyQuestionDto System.ArgumentException: Argument_AddingDuplicateWithKey, MRA.Jobs.Application.Contracts.Dtos.VacancyQuestionDto at System.Collections.Generic.Dictionary2[[MRA.Jobs.Application.Contracts.Dtos.VacancyQuestionDto, MRA.Jobs.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].TryInsert(VacancyQuestionDto , String , InsertionBehavior ) at System.Collections.Generic.Dictionary2[[MRA.Jobs.Application.Contracts.Dtos.VacancyQuestionDto, MRA.Jobs.Application.Contracts, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null],[System.String, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]].Add(VacancyQuestionDto key, String value) at MRA.Jobs.Client.Components.Buttons.NoVacancyUploadCV.Clear() at MRA.Jobs.Client.Components.Buttons.NoVacancyUploadCV.CloseDialog() at MRA.Jobs.Client.Components.Buttons.NoVacancyUploadCV.CreateApplication() at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task) at MudBlazor.MudBaseButton.OnClickHandler(MouseEventArgs ev) at Microsoft.AspNetCore.Components.ComponentBase.CallStateHasChangedOnAsyncCompletion(Task task) at Microsoft.AspNetCore.Components.RenderTree.Renderer.GetErrorHandledTask(Task , ComponentState )

  2. Cannot send CV multiple times when user logged in

1/3/2024

Image