fragmenta / fragmenta-cms

A user-friendly CMS written in Go (golang)
http://fragmenta.eu
MIT License
586 stars 70 forks source link

Addons #24

Closed ghost closed 6 years ago

ghost commented 8 years ago

Hi guys,

Hope you are doing well !

I was looking at your repo, saying to myself finally a good CMS oriented project, written in Go ! :-)

I want to suggest the following list of addons:

Did u shaped a roadmap for your project ? Maybe I missed the link :-)

Fragmenta sounds really promising :-)

Cheers, Luc

joeblew99 commented 8 years ago

i have used Bleve and the explorer. Its really perfect for a CMS in My opinion. Its able to be decoupled

kennygrant commented 8 years ago

I haven't done a road map as yet (I'm mostly using the issues for that), but those are interesting ideas. Thanks. For extending so far I've been adding code in src/lib and simply linking it, but some sort of addon system is another option. I'd want to avoid adding dependencies to core but would be happy to see people exploring addons and reporting back here.

Re bleve, I tend to use psql FTS, but yes you could use things like bleve or elastic search for searches - better to tackle external integrations like that when you require them though I think, rather than attempting to pre-emptively optimise for speed or scale. Re a js frontend, this isn't something I'm personally interested in, but again I'd be interested to see the results if someone wanted to try. I would definitely like to serve json for all endpoints at some point so that this is easy to do. Re gin, you could certainly build something similar with it (or micro).

joeblew99 commented 8 years ago

make sense. YAGNI....

kennygrant commented 6 years ago

Going to close this one in favour of specific changes, if you want a specific one, please open an issue on that alone.

Ones that interest me from the list above:

Ones that definitely don't interest me: