Dmytro
тоесть все что остается беку это сохранение в базу и все ) и то уже есть возможность работать с js с базами ))
Камиль
т.е. сидишь на собесе за чужим ноутом где рабочий стол снимает камера и даже банально shift в js забыл и его гуглить стрёмно
Dmytro
а когда нет даже IDE и привычных инструментов под рукой не говоря про гугл?)
Такого не бывает в реальной работе 🙂 и умение гуглить куда продуктивней чем знание алгоритмов
Дмитрий
Такого не бывает в реальной работе 🙂 и умение гуглить куда продуктивней чем знание алгоритмов
А как тебе результат собеседования разработчка "слишком испорчен IDEшкой, тебе с нами не по пути"
Дмитрий
Это реальный ответ интервьювера
Дмитрий
Причем в тындексе
Dmytro
Зачем идти туда где не комфортно
Дмитрий
Это не меня собесили, но не суть, но да, мы с этим клиентом не стали работать
Dmytro
деньги))
Надо искать там где комфортно и деньги 🙂
Дмитрий
деньги))
потом отвращение превалирует даже над суммой
Дмитрий
Если конечно там не мильен тебе предлагать будут
Камиль
Надо искать там где комфортно и деньги 🙂
к сожалению сложно пока что найти такое
Dmytro
Зачем мне кодить без гугла? не мойму Мы вон взяли джуна на работу он вперый раз php увидел 2 месяца назад, тоесть базовых знаний ноль, но за пару дней собрал тестовое на evo 2.0
Dmytro
и мне пофиг что он не знает базы, мне важно что он быстро учиться это куда важнее и полезней
Дмитрий
Хороший ты человек, Дима :)
Dmytro
Не поверишь но он сейчас собирает проек на Ларавель под руководством и все ок прогресс реально крутой.
Dmytro
Хороший ты человек, Дима :)
Было бы хорошо если б за это денег платили )))) 100% богатым был )))
Андрей
Повезло. Такое сейчас редкость. 👍
Dmytro
Человек замотированный
Ну да он пришел сказал что хочет денег 🙂 готов работать )
Андрей
В смысле такие сотрудники
Дмитрий
Ну норм.. у него еще все впереди, если грамотно подойдет к делу
Камиль
может сейчас я человеком был бы 😅
Dmytro
может сейчас я человеком был бы 😅
Та да я вот думаю что бы было если б лет в 20 ушел в IT а не в 28 )))) Ну и еще если б слушал умных людей которые говорили что IDE и Composer крутая тема )))
Камиль
как и с препроцессорами и фреймворками
Dmytro
- да не, композер и ide говно
Без запятой после не получется что ты согласен что они не говно и что говно что то другое )))
Dmytro
- да не, композер и ide говно
- за это )) что согласен но поставил минус ))
Kévin
Hi! Can we add some fields for a Web User?
Kévin
A plugin or a Module can do this?
Oleg
Hi! Can we add some fields for a Web User?
There is no easy way to achieve it. You can extend ModUser class and after that you can use FormLister with it. It's funny, but I do it right now 😉
Volodymyr
wayforpay для commerce нужен был комуто?
Sasha
Ну видите чо народ просит, как там в 3.0 с произвольными полями для юзеров? Не я один такой
Sasha
Hi! Can we add some fields for a Web User?
To be clear, there is no web users since v3.0.0 :) All the users merged into single database
Sasha
Трувей это notepad++
Вот вы ржете а я до сих пор brackets пользуюсь, если бы не всратый плагин для blade - я бы так им и пользовался. На VЫcode поддержка разных синтаксисов лучше, но в нем всратый Emett^ так и верстаю в одном а под интеграцию пишу в другом
Kévin
To be clear, there is no web users since v3.0.0 :) All the users merged into single database
So, to prepare to the 3.0, do you advise me to use the manager_users database?
Anonymous
Ну видите чо народ просит, как там в 3.0 с произвольными полями для юзеров? Не я один такой
Так чисто по секрету, есть наработка с кастомными полями под 3.0
Kévin
nooooo :)
😂 So, I have to manage users to my client, what do you advise me?
Sasha
или Дима
Oleg
😂 So, I have to manage users to my client, what do you advise me?
What kind of extra data do you want to manage?
Kévin
What kind of extra data do you want to manage?
Extra informations: text, checkbox or files
Oleg
Extra informations: text, checkbox or files
With versions up to v.3 it is possible to add extra fields, but you need to write something to manage it. Some kind of module... For example checkbox is a bool value, text is a text, file is a varchar. But you can use FormLister if you need only frontend editing.
Kévin
With versions up to v.3 it is possible to add extra fields, but you need to write something to manage it. Some kind of module... For example checkbox is a bool value, text is a text, file is a varchar. But you can use FormLister if you need only frontend editing.
I wanted to use the backend, but it will be more easier for me (and my client) to use a frontend interface. However, I still wondering: I have to create multiple users and I don't how to do if webuser will be deleted.
Kévin
I'm* still wondering 😉
Oleg
Later you can write your own or use someking of users converter.
Kévin
I explain myself: my client will have an editor access to create several users. This users will have to access (frontend only) to some files and informations strictly confidential and only for them (1 user = documents only him).
Kévin
As for me these are different problems. If you are not planning to move to v.3 soon - just do old but still good way - websusers.
I admit that I'm often attracted to the latest version (new features) but that will probably complicate things for me
Oleg
And this files and information - how it will appear on site? From managers?
Kévin
For the users (clients of my client): only on the site (frontend)
Oleg
For the users (clients of my client): only on the site (frontend)
No, I mean other thing. The first step is creating a new user by editor. After that new user can login - ok. Next - this new user can access secret files? Or upload secret files? Or editor will prepare and upload filies for users?
Volodymyr
Мне
возможно, в ближайшем будущем будет
Oleg
In fact, the 3 scenarios will be possible 😉
If I have that type of task - I will write module for editor with only fields, that he have to fill. And make a page with FormLister for webusers, so they will edit their profiles by theirselves.
Oleg
So this will be without internal webusers editor, because it is impossible to extend internal.
Kévin
I know, it's a shame and I should to know how but I don't know how to create a module
Kévin
So, first, the editor will create a webuser in the Manager, then I will create a restricted area in the frontend to edit all documents and personal fields to the webusers. Just one thing: I don't know if I can create a restricted area only for 1 webuser and only this one. I guess it's possible.
Oleg
So, first, the editor will create a webuser in the Manager, then I will create a restricted area in the frontend to edit all documents and personal fields to the webusers. Just one thing: I don't know if I can create a restricted area only for 1 webuser and only this one. I guess it's possible.
That's difficult to understand :-/ If every webuser have his own data - this can be done by creating profile for every webuser with his own data, but you need to extend profile to get more fields in it.
Oleg
Webuser can edit his profile - this can be done with FormLister.
Антон
походу надо чатик evo_en. заметно больше стало вопросов от англоязычных разработчиков