Viewing profile — bieberChen
bieberChen
HN member- Joined
- Wed, Aug 09, 2023, 1:48 PM UTC
- HN karma
- 108
- Public activity
- 28 items
- HN profile
- View on Hacker News ↗
About bieberChen
Recent public activity
-
comment
Comment #39901878
I use nestjs in my open source no-code database https://github.com/teableio/teable , and I really like it, especially the dependency injection capability.
-
comment
Comment #39717908
We have a plan to do it, we have a lot of user feedback, and we find it very useful
-
comment
Comment #39686899
Can you share the detail? you mean cant deploy on mac?
-
comment
Comment #39679395
search ”In the comments” in this page
-
comment
Comment #39676894
Fixed~
-
comment
Comment #39676201
There is currently no "join" capability, but there is a "Link Field" to handle table relationships. We also found the calendar view useful, as it sits in the middle of the requirem…
-
comment
Comment #39676188
Teable can currently share forms to get data from external users. You can also integrate with other lowcode tools to build external application interfaces
-
comment
Comment #39675357
you are right, I'll fix it~
-
comment
Comment #39675197
In the SingleLineText field, you can choose to show as email, Any format verification (regex) will be introduced in the future.
-
comment
Comment #39675189
It's kind of like collaborating directly on a database (Through the Grid that has been prepared) rather than building an application interface
-
comment
Comment #39671579
This pun is interesting; the 'new' in Teable is literally the 'e'. I've addressed the product comparison questions in a public reply, hoping it's helpful.
-
comment
Comment #39671507
In the comments, everyone is interested in the core differences between Teable and similar products. Here, I'll compare the products mentioned. Please note that since I'm not a dee…
-
comment
Comment #39671085
Thank you!
-
comment
Comment #39670030
Sure we will, this week.
-
comment
Comment #39669850
I'm truly sorry if our actions have caused any offense. Our team consists of 5 freelance programmers without any designers on board, and without any funding, so we had to tackle th…
-
comment
Comment #39669544
Don't worry, it's been noted!
-
comment
Comment #39669484
NocoDB is a pretty impressive product. In fact, the idea for creating Teable emerged around the same time NocoDB was released. The challenge with Teable is our desire to provide a …
-
comment
Comment #39669384
That is what I want to share. When users create fields in the visible table, it directly creates columns in the corresponding Postgres table. There's a mapping between the fields o…
-
comment
Comment #39669300
I must say, this suggestion is fantastic, super grateful!
-
comment
Comment #39669185
In fact, we haven't seriously discussed commercialization yet; our main focus is on perfecting the basic functionalities. But I believe the price will definitely be very reasonable…
-
comment
Comment #39669090
In fact, Teable has no limit on the number of rows; you can always trust Postgres . Here's a table with 1 million rows [0], where you can experience the response speed as well as t…
-
comment
Comment #39669028
GlideGrid is an outstanding canvas grid component (interestingly, it was initially used by us before we decided to create our own version to enhance the user experience). Teable, o…
-
comment
Comment #39668971
If I understand correctly, this feature is currently supported. You can try the Sales CRM template https://template.teable.io/t/recHJEzSkIZ1IpjltNZ . In the first table named Oppor…
-
comment
Comment #39668917
A more optimal approach is to utilize the SDK to use the table as a React component within the application. This capability will be iterated later. Teable's UI interface is all bui…
-
comment
Comment #39668867
Technically feasible, if you deploy Teable under the same domain with your own app, the user sessions can be shared then you can use an iframe to embed the table into your applicat…