litzvi / avc-beta

trying to build first demo for avc
0 stars 0 forks source link

photos are ready #604

Open mei309 opened 2 years ago

mei309 commented 2 years ago

its working great now so i think it will be good to start implementing it

mei309 commented 2 years ago

what you will need to do is only a table with a qc id and a uniq photo name and functions to get all photos of a qc and add a qc photo

litzvi commented 2 years ago

they can have a couple pictures for one process

litzvi commented 2 years ago

Do you add them one by one or with edit of the process, you attach files?

mei309 commented 2 years ago

@mei309 fix view size of photos

litzvi commented 2 years ago

com.avc.mis.beta.service.ObjectWriter.addProcessFile(ProcessFileDTO)

for adding a file. you have edit and remove too.

In QualityCheckDTO you will get processFiles you have to set processId and address. probably should also set description which could be the name of the file. see how it goes.

mei309 commented 2 years ago

you should block the same image address for the same process

mei309 commented 2 years ago

meanwhile not implementing edit and delete

litzvi commented 2 years ago

you should block the same image address for the same process

thanks done

mei309 commented 2 years ago

i need to delete all photos i put on the cloud db which of the following i should use? 1) truncate files 2) delete from files

litzvi commented 2 years ago

I think any one that works. I think truncate is for removing a whole structure. Delete for certain lines - e.g. delete .. where id =1 I'm not sure but that's what I think it is in mysql.

If it's somehow playing with the database, please make sure to backup and do it while they aren't working.

mei309 commented 2 years ago

done. its up and running

mei309 commented 2 years ago

next level is to do it with a place to drop each type and i should give it names alone the reason is so its easier for them because now they change the names of every file alone and also its good it should be all the same names and not totally different

litzvi commented 2 years ago

I don't see it.

mei309 commented 2 years ago

I don't see it.

qc reports double press a line and its in the bottom. i changed the design so theres no good reason to look yet

mei309 commented 2 years ago

now you can look

litzvi commented 2 years ago

need to look on the cloud or locally?

mei309 commented 2 years ago

on the cloud. it doesn't work locally. so if you add photos remember what po and I will delete it later

On Thu, 4 Nov 2021, 01:26 litzvi, @.***> wrote:

Assigned #604 https://github.com/litzvi/avc-beta/issues/604 to @mei309 https://github.com/mei309.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/litzvi/avc-beta/issues/604#event-5565346886, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN5637Z4FPLPSNEUWAFUUY3UKHALZANCNFSM5FDNMCTQ .