Globalshala / Eval-Bridge-bugs

In the Repository, we will add the bugs related to eval bridge system
0 stars 1 forks source link

Increasing priority of Application Issue #95

Closed mansi38299 closed 4 months ago

mansi38299 commented 4 months ago

Issue 1 Tried uploading application which is in completed state

image

Current Behaviour: got notification error to remove complete application Expected behaviour: We should show that application under red section with reason Completed

Issue 2 https://github.com/Globalshala/Eval-Bridge-bugs/assets/79189076/92c5c0f1-46ce-4e6b-b789-47b032bba1aa Please wait and All App data loading coming together Expected behaviour: Please wait should come

Issue 3 Fetch Application Api atleast 20 seconds to send response back, we need to improvise.

Issue 4 this code is of no used according to me

image

Issue -5 We are using two different date format method, Could be combine to one, On UI two different Date formats are coming (Created on and evaluator)

image image

Issue -6 we are rendering on full App Table Row, Why csvFileAppData?

image

Issue-7

Upload file in code needs Improvisation in terms of text and error handling

toast.error('Please remove compelted aplications from file'); Above thing should be part of proper app id and reason

Issue-8 export const priorities = [ {label: 'Very Low/Trivial', value: 1}, {label: 'Critical/Urgent', value: 5, color: 'red'}, {label: 'High', value: 6, color: 'orange'}, ];

export enum APPLICATION_PRIORITIES { "Very Low/Trivial" = 1, "Low" = 2, "Medium" = 3, "High" = 4, "Critical/Urgent" = 5, "Very High" = 6, }

As we discussed multiple time that there are only two priorities:Very High and low why it is still there ?

Issue -9 As we already have clear search , why do we need reload /Clear search?

image

Issue -10 on uploading this file

image

sample (9).csv

Issue- 11 are we using eval deadline ?

image

Issue-12: Assignment is also not working

Issue-13: if we upload same application and clear it out, search same application, it is appending on Table

mansi38299 commented 4 months ago

Fetch APP API needs to improve