Skip to content

Commit

Permalink
update outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
electronicbites committed Aug 28, 2024
1 parent e3f8200 commit 6a99b52
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions lib/radiator/outline/node.ex
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,8 @@ defmodule Radiator.Outline.Node do

@doc """
A changeset for inserting a new node
Work in progress. Since we currently ignore the tree structure, there is
no concept for a root node.
Also questionable wether a node really needs a content from beginning. So probably a root
doesnt have a content
Another issue might be we need to create the uuid upfront and pass it here
A content is not mandatory,
The uuid might be generated upfront
"""
def insert_changeset(node, attributes) do
node
Expand Down

0 comments on commit 6a99b52

Please sign in to comment.