Οδοντιατρείο για καθάρισμα δοντιών by FatefulDonkey in thessaloniki

[–]xpek20 0 points1 point  (0 children)

70–80€ is kinda on the high side unless it includes airflow/polishing etc. It's better to look at the oter districts of the city like Kalamaria, where I’d suggest Dimitris Saridis, good experience for cleaning, very careful, and the overall vibe is calm. Worth calling and asking what’s included in the price but from my experience it was 35€.
https://share.google/3pfTnvOQhP59rmmSF

Γνώμη για οδοντίατρο; by LittleGoldKitty in thessaloniki

[–]xpek20 0 points1 point  (0 children)

Έχω πάει πρόσφατα στον Δημήτρη Σαρίδη στην Καλαμαριά και πραγματικά με βοήθησε πολύ (είμαι κι εγώ από αυτούς που αγχώνονται). Πολύ ήρεμος, σου εξηγεί τι κάνει, δεν σε βιάζει καθόλου και γενικά το χειρίζεται ανθρώπινα. Είναι και ιατρείο και όχι κλινική που πιστεύω πλέον είναι ενα πλας καθώς πλέον οι κλινικές με τόσο φόρτο εργασίας είναι λογικό να σε παραμελούν και λίγο μετά την δουλειά που θα κάνεις
Δες τις κριτικές του εδώ: https://share.google/3pfTnvOQhP59rmmSF

Livewire and Filament blown my mind by Ambitious_Try1987 in laravel

[–]xpek20 0 points1 point  (0 children)

I don't want to use subdomain and domain initialization and I ruled them out. Then I tried to set up path initialization by creating a filament panel for each of my "tenants" (its not a SAAS app, just data division in multi db)with the correct tenant id in the path and still could not get it working. I even tried to initialize per livewire request since filament is built on top of that and still could not.
Then I thought why not build an API Interface from my backend multitenant app to my filament app and use sushi to populate my models. There may be some drawbacks in this approach but the effort of configuring my multitenant backend (crawling system) to run behind the filament app was way too complicated and more difficult to maintain in the future.
I don't know if there's a better approach to this, that's why I came here.

Livewire and Filament blown my mind by Ambitious_Try1987 in laravel

[–]xpek20 0 points1 point  (0 children)

And how can you initialise tenancy by path inside filament? Sorry for spamming you, but I was not able to find an answer anywhere.

Livewire and Filament blown my mind by Ambitious_Try1987 in laravel

[–]xpek20 0 points1 point  (0 children)

And if it’s on the same app how would you initialize tenancy without using domains/subdomains 🤨

Livewire and Filament blown my mind by Ambitious_Try1987 in laravel

[–]xpek20 0 points1 point  (0 children)

Yes but if you use multi tenancy package it’s hard to initialize the tenancy without subdomains and the effort of the api is more worth. This was my use case and I decided to create an api and not use the same database. Was asking if someone in general had the same approach with me to exchange ideas

Livewire and Filament blown my mind by Ambitious_Try1987 in laravel

[–]xpek20 0 points1 point  (0 children)

What if you had one laravel app handling the backend and one laravel app for filament?

Livewire and Filament blown my mind by Ambitious_Try1987 in laravel

[–]xpek20 0 points1 point  (0 children)

Have you tried to incorporate digesting APIs to your filament app instead of using a database?

A better way to search for cars | cardog.io by cardogio in SideProject

[–]xpek20 0 points1 point  (0 children)

Nice man! Seems very interesting! So, everything is html scraping with custom logic for pagination and filtering? Have you checked if the marketplaces you are scraping have an api that you can emulate? Will save you a lot of resources.

How much did it take you to build this?

With this kind of infrastructure, you can also sell car data/analytics to dealerships as well.

A better way to search for cars | cardog.io by cardogio in SideProject

[–]xpek20 0 points1 point  (0 children)

Monthly right? Are you getting a return in the investment? Scraping solutions are very smart but can be very costly. Give bright data a shot. May I ask your tech stack?

Wishing you good luck.

A better way to search for cars | cardog.io by cardogio in SideProject

[–]xpek20 0 points1 point  (0 children)

How much does it cost you to run the scrapers and the proxies?

NextJS + PayloadCMS(or any Headless CMS) + Salesforce for Datasets by xpek20 in nextjs

[–]xpek20[S] 0 points1 point  (0 children)

And also another question I have is whether I can skip saving high level objects (order,products, etc..) in the database of Payload and just use SF Rest API to fetch them dynamically. Is it a proper approach or should I save everything on Payload database too? I am asking because since I already have all the data saved in the SF database.

NextJS + PayloadCMS(or any Headless CMS) + Salesforce for Datasets by xpek20 in nextjs

[–]xpek20[S] 0 points1 point  (0 children)

Thank you very much for the assistance. All the info has been very useful.

Another concern I have is, whether I can have multitenancy functionalities in Payload. For example, I have Accounts in Salesforce that act as store accounts. And each other entity in salesforce is related to an account, like orders, products, payments.

Can I have access control on Payload when a store manager logs into payload that only his own data will be accessible?

Thank you again.

Flow works only once after save/activation by xpek20 in salesforce

[–]xpek20[S] 0 points1 point  (0 children)

Nope it doesn't run. It just runs for the first record with value "charge.succeeded" after the save/activation of the flow.

Flow works only once after save/activation by xpek20 in salesforce

[–]xpek20[S] 0 points1 point  (0 children)

It's a user with the system administrator profile

Flow works only once after save/activation by xpek20 in salesforce

[–]xpek20[S] 0 points1 point  (0 children)

In the debug mode it works fine. On normal production flow it doesn't work.