WorksHub / client

WorksHub's frontend application
https://www.works-hub.com
Eclipse Public License 2.0
48 stars 56 forks source link

Allow users to cancel the application process #24

Open Alex-Bakic opened 5 years ago

Alex-Bakic commented 5 years ago

I think it would be nice if users could opt out of applying for a job, maybe in the event they get a job whilst in the application process for another , or they simply changed their minds. This would require the backend graphql schema to be changed, but on the frontend just a little "x" on the applied jobs cards, the same place as the x for blacklisting , and a similiar process , but when that icon is in the applied page it can do the work of cancelling the process.

acron0 commented 5 years ago

I think it would need to be more than just an 'x'. If a candidate backs out of an application, it would be good if they could also provide a brief explanation.

Alex-Bakic commented 5 years ago

So when a user clicks on the "x" it would trigger a popup, listing a couple generic reasons and have room for an "other" section?

acron0 commented 5 years ago

Yes, something like that