Log message #4121743

# At Username Text
# Mar 5th 2018, 11:20 ghoritrilochan File uploaded https://cakesf.slack.com/files/U73224C20/F9KC9UN30/image.png / https://slack-files.com/T053DPNCM-F9KC9UN30-9dd8ed1088
# Mar 5th 2018, 11:20 ghoritrilochan hii.. plesk in host my first project. plz help
# Mar 5th 2018, 09:44 em. @dereuromark ok thx! :slightly_smiling_face:
# Mar 5th 2018, 09:40 dereuromark compsoser.json I mean
# Mar 5th 2018, 09:40 dereuromark I keep it lean. Adding the initial code and composer.install so I can composer require it in my app, then finalizing it from there with the ability of doing testing and also in-app-testing.
# Mar 5th 2018, 09:35 em. So what is your approach on this? If you start a new cakephp plugin?
# Mar 5th 2018, 09:24 dereuromark They would be in vendor then usually, though.
# Mar 5th 2018, 09:23 dereuromark Sure, you can do that. Whatever works for you.
# Mar 5th 2018, 09:22 em. Hey, good morning! What would be the best workflow for developing, test and maintain all your (private) cakephp plugins? For example, should i make a fresh cakephp project, and maintain my packages in the plugin folder; which all contain git repositories? Or is there a better approach? I can’t find any good reads about it. Maybe someone can point me to the right direction…
# Mar 5th 2018, 09:16 dereuromark You could use my Passwordable behavior (in Tools plugin) which ships this functionality out of the box
# Mar 5th 2018, 09:02 clementcrown good morning all
# Mar 5th 2018, 09:02 clementcrown hi, please how can I make this work like ->add('password','create',['equalToField'=>'password_confirm'])
# Mar 5th 2018, 08:39 scottmkroberts Morning
# Mar 5th 2018, 08:34 neon1024 Morning all
# Mar 4th 2018, 18:15 makallio85 It helped me to think this matter from different perspective.
# Mar 4th 2018, 18:15 makallio85 Okay. Thanks for your opinion.
# Mar 4th 2018, 18:14 savant sure thats fine
# Mar 4th 2018, 18:11 makallio85 Just to be clear, for example. If I have invoice_items table that contains possible items user can choose to be included in invoice, i wont actually link my invoices table to that table directly but copy selected items to "invoice_item_states" table and (that has all item data in separate columns) link invoice to that table in order to have this metadata available?
# Mar 4th 2018, 18:08 savant yeah these tables have state, you can version things explicitly and reference that version for anything that needs to be “hardcoded”
# Mar 4th 2018, 18:07 savant etc.
# Mar 4th 2018, 18:07 savant invoice_items
# Mar 4th 2018, 18:06 makallio85 Probably some of this data would go to invoices table of course. But several objects do have state.
# Mar 4th 2018, 18:04 makallio85 in single table as json for example or splitted tables with splitted columns?
# Mar 4th 2018, 18:03 makallio85 I mean, customer, related widgets, client, payment terms, dates etc
# Mar 4th 2018, 18:03 makallio85 But. Would you have single table for states for all kind of objects or separate ones?
# Mar 4th 2018, 18:02 makallio85 Yes. That is what I meant. I just couldnt explain myself correctly.
# Mar 4th 2018, 18:01 savant as in, quantity, any metadata about the widget, etc.
# Mar 4th 2018, 18:01 savant i would have a table with the widget state at the time of purchase :slightly_smiling_face:
# Mar 4th 2018, 18:00 makallio85 :) Would you go with data revisioning instead?
# Mar 4th 2018, 18:00 savant ¯\_(ツ)_/¯
# Mar 4th 2018, 18:00 savant I guess you can do that
# Mar 4th 2018, 18:00 savant okay
# Mar 4th 2018, 18:00 makallio85 It could save me from storing actual pdfs to anywhere
# Mar 4th 2018, 17:59 makallio85 It could be done via data revisision but for me it seems little bit overkill to do, for all related data
# Mar 4th 2018, 17:58 makallio85 But I mean, that i will store those widget relations for invoices in separate tables - no doubt. But I still need static metadata (for the time, invoice was created) in order to regenerate. For example when I want to change widget price or something else that was related to invoice.
# Mar 4th 2018, 17:56 makallio85 Yeah, true.
# Mar 4th 2018, 17:55 savant cant do it if you are serializing that data
# Mar 4th 2018, 17:55 savant some months down the line, you want to figure out how many widgets you sold in March
# Mar 4th 2018, 17:55 savant thats stored in a serialized column somewhere and thats it
# Mar 4th 2018, 17:55 savant and someone buys 10 widgets
# Mar 4th 2018, 17:55 savant lets say you have a store and you sell widgets