goinvo / staffplan-next-app

Next App for Staffplan
https://staffplan-next-app.vercel.app
1 stars 1 forks source link

Adding a project [input box], of a project that already exists... should be added to that person's staffplan #147

Closed jsonin closed 1 month ago

jsonin commented 1 month ago

If I want to add ANY project to a staffplan, I should be able to type in the name of the project, or type in the name of the client, and then go.

Don't block me from adding a project that already exists to a staffplan.

image

Maybe the UI needs to change there... where 2 input boxes need to be there, without a modal/pop-up (which is annoying).

zhukovdigital commented 1 month ago

@jsonin so, I will just add one input with client choose under the project name input?

zhukovdigital commented 1 month ago

@jsonin Is it ok to have a btn like this? image

jsonin commented 1 month ago

Oooo, this is getting close. Can "Project Name" and "Client" be on the same line/x axis? Does a carriage return save it (vs having an explicit button) and just have implicit save?

zhukovdigital commented 1 month ago

@jsonin you want to implement all functionallity on onBlur? without any buttons?

jsonin commented 1 month ago

@zhukovdigital ideally yes, if that doesn't blow up your time, etc.

The concept of "save" across all of Staffplan is that everything is saved, without any save button... it just happens in the background, so people never have to worry about it.

zhukovdigital commented 1 month ago

@jsonin Ok, will try and inform you here.