JarWarren
JarWarren
TTwenty
Created by JarWarren on 8/27/2024 in #❓︱help
Automatic, incrementing object names
Oh awesome! Yeah I'm self-hosting. I'll keep an eye out for information
3 replies
TTwenty
Created by JarWarren on 8/23/2024 in #❓︱help
Help understanding the difference between `npx nx start` and `yarn command:prod`
@charles Yeah. I wanted to add some landscaping-specific stuff to all workspaces. Adding them as Custom seemed like a smaller lift initially, since most of the work would've already been done for me. In the end it was probably better to just go and add them as official Standard objects tho
17 replies
TTwenty
Created by JarWarren on 8/23/2024 in #❓︱help
Help understanding the difference between `npx nx start` and `yarn command:prod`
Well I never found a solution. I just ended up taking a different, better approach. I wanted to add some extra objects (beyond People, Companies, Opportunities) whenever a new workspace was added. Originally I generated them as Custom objects in WorkspaceManagerService activateWorkspace. It worked perfectly when I ran the webapp, but future migrations wouldn't be able to work (see above, circular dependency, etc). In the end I added my new objects as true Standard objects instead. I used https://discord.com/channels/1130383047699738754/1254498631680131145 as a reference for how to do it.
17 replies
TTwenty
Created by JarWarren on 8/23/2024 in #❓︱help
Help understanding the difference between `npx nx start` and `yarn command:prod`
@charles i ended up finding a different way of accomplishing what I wanted to. Thanks for looking into it! I never did find out why the circular dependency only occurred in CommandModule and not AppModule but hopefully it never will matter haha
17 replies
TTwenty
Created by Upy on 6/23/2024 in #❓︱help
How to modify Default workspaces, fields, and data on new installation
@Upy Did you end up getting this to work? And if so, could I take a look at your fork? I'd like to do something similar
13 replies
TTwenty
Created by JarWarren on 8/23/2024 in #❓︱help
Help understanding the difference between `npx nx start` and `yarn command:prod`
@charles Ohh ok, so it is the different entrypoints. I ran it with nx and got the same issue, as you expected. WebStorm adds ellipses to the middle of each row but this seems to be all of the relevant JS in the stack trace.
- relation-metadata.service *
- relation-metadata.dto
- field-metadata.dto
- relation-definition.dto
- field-metadata.service *
- relation-metadata.service *
- workspace-manager.service
- data-seed-demo-workspace.service
- data-seed-demo-workspace.job
- start-data-seed-demo-workspace.cron.command
- database-command.module
- command.module
- command
- relation-metadata.service *
- relation-metadata.dto
- field-metadata.dto
- relation-definition.dto
- field-metadata.service *
- relation-metadata.service *
- workspace-manager.service
- data-seed-demo-workspace.service
- data-seed-demo-workspace.job
- start-data-seed-demo-workspace.cron.command
- database-command.module
- command.module
- command
Not sure why the circular dependency only occurs on one entrypoint and not the other - or why forwardRef doesn't fix it. Hopefully this is a simple fix? I just wanted to add one dependency haha. Thanks a ton for taking a look!
17 replies
TTwenty
Created by JarWarren on 8/23/2024 in #❓︱help
Help understanding the difference between `npx nx start` and `yarn command:prod`
Oh that's super useful info, thanks! I still don't know why my 1-line change succeeds with nx but fails with yarn. Hopefully charles will have an idea lol
17 replies
TTwenty
Created by Luís Santos Dev on 7/17/2024 in #❓︱help
Mandatory fields in the input form
I'm not one of the devs, but Kanban is based on a Select field with no other constraints. Maybe you could use webhooks (or edit source code) to enforce it though.
5 replies
TTwenty
Created by JarWarren on 6/28/2024 in #❓︱help
Best practice to periodically wipe the database
@charles thanks! Are these crons available in the repo somewhere or is this a custom setup you guys have? Any info you guys can give on setting up a demo environment would be helpful. I'd like to do something similar
4 replies
TTwenty
Created by JarWarren on 6/20/2024 in #❓︱help
What is the "Support Chat" feature?
Ok yeah, that was my question. Thanks for the clarification
7 replies
TTwenty
Created by JarWarren on 6/20/2024 in #❓︱help
What is the "Support Chat" feature?
@charles sorry for pinging again, but it seems Twenty might be able to handle this feature on its own at some point. Are there any plans for something along those lines?
7 replies
TTwenty
Created by JarWarren on 6/20/2024 in #❓︱help
What is the "Support Chat" feature?
Gotcha, thanks!
7 replies
TTwenty
Created by Us3r on 6/19/2024 in #❓︱help
Local setup installation
Oh, yeah. Just run it in terminal. If it doesn't work, you might need to install yarn manually
9 replies
TTwenty
Created by Us3r on 6/19/2024 in #❓︱help
Local setup installation
If you run it from the root directory of the cloned project, it should give you access to yarn, which you'll need in subsequent steps. I've only done it on mac and linux though, but I assume it works the same for Windows.
9 replies
TTwenty
Created by Us3r on 6/19/2024 in #💻︱development
Hello, I'm new here.
https://github.com/twentyhq/twenty/issues/5915 Oh weird, it double posted my last comment. Anyways, I found one that I think might be simple. I haven't dug into it yet. You're more than welcome to grab it if you want (or leave it, lol)
2 replies