halfbug / wsapi

laravel 5.4
0 stars 0 forks source link

Frontend : meta data forms #18

Open halfbug opened 7 years ago

halfbug commented 7 years ago

add meta data form on frontend. the form fields are image

About the additional metadata that needs to be stored with each file uploaded:

  1. Field 1: A timestamp – which by default is 24 hours after file upload to the server, is completed. Indicated when file will be deleted.

    1. Fields 2-10: varchar (50): with predefined but editable values pulled from a DB table. Registered user can save custom values for future uploads. Examples: F2 values: wood, grass, stone, water, glass, glass2, etc. F3 values: circle, rectangle, line, etc. F4 values: handmade, fine cut, machine general, etc. F5 values: chair, sofa, dishwasher, etc. F6 values: green, yellow, red, blue, etc.
  2. Fields 11-15: number (11): with predefined but editable values pulled from a DB table. Registered user can save custom values for future uploads. Examples: F11 values: 1, 3, 3.15, 56, 34, 52, 42, 21.22, etc. F12 values: 11, 0, 001, 928, 002, etc. F13 values: 3,22,1, 56, 34, etc.

halfbug commented 7 years ago

make this in a table

halfbug commented 7 years ago

@Ammarah-khan start working over it.

  1. database table id,name,values,timstamp,file_id
  2. create modal
  3. use file controller ( the page is already linked to menu at frontend )
Ammarah-khan commented 7 years ago

https://github.com/halfbug/wsapi/commit/0ea14a33a62bcc168e3d9f177e6f97632f6baaee Above mentioned commit has complete meta work, but file upload process needs to be tested in detail using different users and meta scenarios