Profile level : Anon
- First name
- Last name
- Job title
- Work experience
- Tags
- Avatar
- Cover
- Description
Filling out more of your profile gets you higher rankings in the directory and increases community trust.
Announcements

Celebrating Open Source Innovation: Hacktoberfest Winners Announced!
Announcement
Pagination
- Previous page
- Page 9
- Next page
Recent templates
Title | Category | |
---|---|---|
![]() |
Project Tracker | Starter template |
![]() |
Image Labeler | Custom widget |
![]() |
JSON Editor/Viewer | Custom widget |
![]() |
Calendar Using Vkuro/Calendar | Custom widget |
![]() |
Signature Pad | Custom widget |
Pagination
Your points
Total Points
0
Contribution
0
Engagement
0
Visit
0
Recent comments

In reply to Looks great! One piece of… by ron

Actually, the booking logic is quite complex. I did a PoC prototype once, where I connected Easy!Appointments as a backend service. The idea was to simplify the process and just query Easy!Appointments by API and populate the list of free timeslots / manage bookings from the Appsmith interface.

I really like the UI, clean and complete.

Looks great! One piece of feedback - it would be nice to know how many pages and what page you are on. Like
"Page 4 of 10"

In reply to Great work!! by kevinblanco
Thanks Kevin :)

Want to list all the functions from a JS Object progromatically?
Object.keys(JSObject1).filter(f=>typeof JSObject1[f]==='function').map(f=>({function:f}))

Thanks John! Glad you found it helpful. It's crazy how much work this saves and how easy it is to use with any number of functions. No editing the switch or if/else block with each new function. It just works!
Much needed blog and associated app - been trying to find out for ages how to use variables for e.g. Query and modal names! Many thanks

This is great news! JS libraries open up so many new use cases.

In reply to +1 on the notifications. How… by joseph_appsmith
Tagging users in comments is a great idea... added to the backlog.
I was already thinking of adding not just likes for comments, but emoji reactions (happy, angry, celebrate, laugh, etc). The same Rate module provides that functionality. Just need to enable it, configure it, and theme it :D

In reply to Do you know of an existing… by ron
Awesome!

In reply to How difficult would it be to… by ed
That is pretty cool! I can certainly simplify it a bit. The points system we are using has some limitations, but I think we can come up with something.

In reply to Discourse has nice concept… by ed
We will definitely be implementing a message/notification system soon. Links to liked/commented articles is an easy one... I'll put it on the backlog

+1 on the notifications. How about likes for comments, and tagging users in comments?

How difficult would it be to make smth like this?

Discourse has nice concept with badges, notifications and it also allows quickly going back to the content. Like today, I wanted to check if Joseph replied to my yesterday's comments but couldn't do it through the "points" menu.
Adding links to the liked/commented articles is a low hanging fruit, I guess.

In reply to Do you know of an existing… by ron
Oh-oh, thanks for suggestion!
Last few weeks I was thinking about great concepts of DocsAsCode and DocOps. This is a kind of hot topic for technical writers for the last years.
I have an idea of making a catalogue of workflow via Appsmith and use n8n as an example. I first need to make a prototype and submit this to Hacktoberfest before going deep into details :D

In reply to Thanks, nice automation!… by ed
Do you know of an existing process or tool that is widely used for this? It is absolutely becoming a critical issue. Perhaps an Appsmith app could help?
That's a great suggestion, I'll work on that!