-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contacts and import orders endpoints #31
Conversation
8eba7c0
to
a5d05ff
Compare
Prosím o rebase :) |
a6ac160
to
7ef9cac
Compare
@pionl rebased |
{ | ||
$this->select = $select; | ||
return $this; | ||
InvalidFormatException::checkAllowedValues($select, CustomFieldDefinition::SELECT_FIELDS); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nechceš místo overridu (které máme nyní na více implementacích) dát abstraktní funkci která vynutí aby si vrátil seznam povolených select fieldů a v té abstraktní třídě volat ty checky?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Takhle to bylo řešeno v původní implementaci tak jsme to zachoval, ale je fakt že ta abstraktní fce by asi byla lepší
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Můžeme se změnit v budoucnu :) díky!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Díky, nemám poznámek, super :)
dej vědět kdy chceme udělat release verzi :) |
Asi bych jeste projel ty model tridy a predelal to vsechno na gettery/settery. Jinak to asi pak muzem releasnout. Tuhle verzi uz mam v produkci. |
Navazuje na #30
Doplněny endpointy pro
/contacts
a/import-orders
Opravěné nějaké nefunkční věci
Možnost s CustomField číst options - aktuálně nefungovalo vůbec + doplněný value objekt
Změna logiky JSON -> Model, aby se dal stejný model použít pro write i read.
Trochu pročištěné a opravené testy.