Jump to content

Jonathan Lahijani

Members
  • Posts

    833
  • Joined

  • Last visited

  • Days Won

    44

Jonathan Lahijani last won the day on July 26

Jonathan Lahijani had the most liked content!

5 Followers

Profile Information

  • Gender
    Male
  • Location
    Los Angeles, CA

Recent Profile Visitors

40,783 profile views

Jonathan Lahijani's Achievements

Hero Member

Hero Member (6/6)

2.2k

Reputation

1

Community Answers

  1. I recommend setting up a sync script that will allow you to easily pull the latest database from the live website to your local machine. I do this all the time.
  2. A while ago, probably in 2017, maybe even earlier, I setup an automation in Zapier that would automatically send me an email for every commit on the dev branch (it reads the .atom file GitHub provides for each branch). Each email contains the details of the commit. I don't use Zapier for anything else so I'm on the free plan which has a limit of 100 executions. I don't even think about it. This month is the first time in 10 years where the automation went over the execution limit, and it's only 1/3 of the way through. So many updates. I had DeepSeek rewrite the automation in Bash so that doesn't happen again; running the script every 15 mins via cronjob.
  3. Hey @ryan. I'm loving the new pace at which things are moving... lot's of new features (like the InputfieldJson I saw) and bug fixes galore. It's a new chapter. In this forum post, you described how you used multiple AI models for generating API.md files. Could you perhaps do a blog post about how you're using it for new features and bug fixes? Is it as simple as "Claude, fix bug #1234" for a bug and "make a new inputfield called InputfieldJson powered by JsonEditor" for a new feature and iterating on the results, or is it fancier than that? Would love to know as I think your level of productivity with AI is just simply amazing.
  4. Much of the updates I mentioned have been made and it's now on GitHub. Any questions about this module should be posted on the official thread:
  5. InputfieldPageModalSelect is a ProcessWire inputfield for multi-page reference fields. It provides a modal-based page picker for advanced page selection workflows where a normal select, asmSelect, or PageListSelectMultiple interface is not enough. Modules Directory Link https://processwire.com/modules/inputfield-page-modal-select/ GitHub Repo https://github.com/jlahijani/InputfieldPageModalSelect
  6. For what it's worth, AgentTools has an an autoscanner too: https://github.com/ryancramerdesign/AgentTools/blob/main/tasks/accessibility-review.php
  7. @DrQuincy Awesome. Glad to hear it's working well for you. I tested it further and it seems to be working well. I'd say you can use the module I posted here on the forum without issues. I will put it on GitHub and the PW Modules directory perhaps this week but there are a few other features I want to add which include: lazy loading images pagination on the list of selected items (right now only the search results on the search tab is paginated) not loading the modal contents until it's been clicked initially (right now it loads it behind the scenes when you load a page editor) maybe some sort of filtering capability (other than just search) for both tabs; for example in my screenshot, I have "Product Category" which is a reference field; it would be nice to filter based on that. further testing for when the field is loaded via ajax or within a repeater confirmation alert when using the Remove all functionality advancements to auto-thumbnailing (right now it's cutting my images off) maybe table column sorting (and building the table with PW AdminTable APIs directly?) some additional UI updates and improvements
  8. When checking a checkbox for field, can the table row get highlighted? It makes it easier to track visually. Note: this would be similar to when selecting a row in ListerPro, it highlights the row.
  9. I just gave this a quick spin. For context, I've developed a couple complex ecommerce sites with ProcessWire, going back to 2014. I've also experimented with Padloper. I suppose what I find interesting is how data is stored (ie what fields are used). My approach has been to use repeaters for things like the line items, even addresses. With Padloper, I believe Kongondo used entirely custom fieldtypes/inputfields. I see that with Mercato it's using textarea with JSON in it for things like the billing address and cart items. Were there specific reasons for that approach?
  10. Revisiting this topic again... I want to use vanilla CSS as much as possible moving forward, but I'm trying to find a "base" from which to start. This base would come with an opinionated way of organizing files, a reset, breakpoints and perhaps stub-out certain components and use all the latest CSS features. I can't seem to find anything like that and that's also pretty recent. Any suggestions?
  11. I must say, I really like this field. Wow... I'm impressed with GPT 5.5 and Codex CLI.
  12. I made a few LOT more updates and I think it's ready to share for testing. I'm attaching it here as a zip for now (v88), but will publish to GitHub when I think it's ready. Edit: I have not really tested this as far as the configuration options go. My focus was mainly on functionality and UX. Obviously, don't use this on a production site, only test sites for now. Edit: it now works well in both Konkat (aka Default) and Core (aka Original) admin theme. Edit: file has been removed; see forum post / GitHub / PW modules
  13. Another verge large update with all the UX stuff: https://youtu.be/Xu6O84oUQKU
  14. @DrQuincy Here's a video of a concept field I made called InputfieldPageModalSelect. Let me know your thoughts and suggestions!
  15. I agree with this. A new type of multi-select inputfield for page references for advanced use cases would definitely help. I know Shopify has some unique, purpose-built multi-select fields (like when choosing products/variations). But it doesn't let you search options that have been specifically selected. I didn't see anything generic from CMSes like Payload, Statamic, CraftCMS, Kirby or Laravel Filament. Have you seen anything in any other systems that solves this well?
×
×
  • Create New...