Directus : stable? usage?
-
@atrilahiji Nice
I'm currently committed to Hugo as static site engine.
But will certainly consider how to use Directus with it later.
And learn about gatsby/gridsome - they seem popular.But for now a more pressing project.
Build front-end website which allows users to buy "tickets" for an event, capturing their data and their choice of event selections, storing the choices and user info in Directus table for later processing.This could all be done with a regular form or poll or survey app, but I want the data stored in a way it can be checked, assessed and acted on, not just get a form response by traditional email, which would then loading in a database.
I hope this is a suitable use case for Directus, even though it's not the regular headless CMS use case.
@timconsidine I think it would be. Directus is generic enough I would think. Rather than being specifically focused on posts or blog content it is more so just an API wrapper over an SQL DB.
-
@timconsidine
This seems like a better job for EspoCRM. -
@timconsidine
This seems like a better job for EspoCRM.@robi Yes, EspoCRM is an option.
But I have only used their web-to-lead capture, which doesn't seem suitable, even with adding custom fields. I'm thinking that I would need to create a new Entity, and I have not yet checked how their API supports accessing a custom entity. Have you worked with their API much ?
-
@robi Yes, EspoCRM is an option.
But I have only used their web-to-lead capture, which doesn't seem suitable, even with adding custom fields. I'm thinking that I would need to create a new Entity, and I have not yet checked how their API supports accessing a custom entity. Have you worked with their API much ?
@timconsidine No, but @marcusquinn has
-
@robi Yes, EspoCRM is an option.
But I have only used their web-to-lead capture, which doesn't seem suitable, even with adding custom fields. I'm thinking that I would need to create a new Entity, and I have not yet checked how their API supports accessing a custom entity. Have you worked with their API much ?
@timconsidine Yeah, it really couldn't be simpler - best recommendation is to try it - I've been working with it since the beginning of the year and very happy with it all.
You don't need any of the paid add-ons, although the advanced pack is nice if you want to automate later but it's all fully functional, unrestricted, and well worth learning.
-
@timconsidine Yeah, it really couldn't be simpler - best recommendation is to try it - I've been working with it since the beginning of the year and very happy with it all.
You don't need any of the paid add-ons, although the advanced pack is nice if you want to automate later but it's all fully functional, unrestricted, and well worth learning.
@marcusquinn thank you
Are you using PHP to access the API ? -
@marcusquinn thank you
Are you using PHP to access the API ?@timconsidine At the moment only Integromat integrations but, if you're taking web frontends then any JAMstack framework should work. I intend to setup a prototype with perhaps Gatsby at some point. Depends on your objectives but a search for JAMstack themes or JAMstack dashboards might give you some ideas.
-
This is a good resource: https://jamstackthemes.dev/
-
This is a good resource: https://jamstackthemes.dev/
@atridad I just tried installing it for my upcoming project and there's an issue with the node version: https://github.com/directus/directus/issues/6674
On the container build from your repo, the nove version is too old:
12.16.2
is used but at least12.20
is required.How can we update node?
-
@atridad I just tried installing it for my upcoming project and there's an issue with the node version: https://github.com/directus/directus/issues/6674
On the container build from your repo, the nove version is too old:
12.16.2
is used but at least12.20
is required.How can we update node?
-
@ruihildt in such a case you can follow what is done with other apps, requiring specific nodejs versions like RocketChat https://git.cloudron.io/cloudron/rocketchat-app/-/blob/master/Dockerfile#L17
@nebulon Thanks, I could make it run that way.
@atridad I see elsewhere you mentioned a Directus9 package 0.6 with the cloudron base image 3, but I couldn't find it in your gitlab, is there a second place where you store images?
Also, in the email invite link to new users, the url of the app is missing. (so it's
http://admin/accept-invite?token=random_token
) -
@nebulon Thanks, I could make it run that way.
@atridad I see elsewhere you mentioned a Directus9 package 0.6 with the cloudron base image 3, but I couldn't find it in your gitlab, is there a second place where you store images?
Also, in the email invite link to new users, the url of the app is missing. (so it's
http://admin/accept-invite?token=random_token
)@ruihildt oh sorry I’ve been super inactive lately since my wedding date draws closer. So much to do! I’ll take a look at that as soon as possible.