b48274eaef
Add :eph field to %TranslationUnit{} and remove :sibling_with
...
Using :eph from now on to store ephemeral data like :sibling_with. Additionally
added cleaning up :eph before saving to db. And renamed InternalTree.Basic
to InternalTree.RawInternalBasic to make clear that it contains function
for an intermediary tree structure.
2022-12-29 22:09:26 +01:00
b7bd9195b6
Add importing html and save it to Article
...
Additionally defines a wizard logic which is partially unused yet.
2022-12-29 16:43:52 +01:00
5cbf05f650
Add first step of creating an Article
2022-12-27 23:23:16 +01:00
d99105bab1
Fix missing module
2022-12-27 23:09:17 +01:00
f66521dba8
Add Translations
...
mix phx.gen.live Translations Translation translations \
lang:string title:string teaser:text content:map \
date:utc_datetime user_id:references:users \
public:boolean unauthorized:boolean article_id:references:articles
2022-12-26 18:45:40 +01:00
f7f1e1a284
Add Articles
...
mix phx.gen.live Articles Article articles title:string\ /Crucial/git/phoenix-liveview-book
content:text url:string language:string\
date:utc_datetime author_id:references:authors
2022-12-26 18:02:29 +01:00