Thomas Feuster

Results 125 comments of Thomas Feuster

Thanks @brantje , a few comments from my end: - "Create a note" is not consistent: shouldn't it return "title": "New content" in your example? - "Update a note": shouldn't...

PUT looks good for single action. Still would leave any mass operations open since you have {id} in the path. Tree structure: Have thought about that for a while now....

Tags seem to be more flexible. But UI around it is probably a bit more complex. How does e.g. OneNote do it? They seem to have a structure in the...

I'm fine with that. Maybe it would possible to keep API and code in general without the restriction to to 2 levels? So we would be open for any further...

I don't like "folder" because it suggests a form of implementation/presentation :-) Group is OK for me since it also keeps the wording from ownNote. As for implementation see my...

@korelstar Using formatting/coloring/... instead of indenting seems to be good idea! @brantje : I have seen your method "Delete a note but keep the entity in db". That sounds like...

Sorry, I don't have a clue. Will play around and see if I can get it to work.

Some more insights from my end I have tried various ways to attach the javadocs using the path given above. In all cases I get errors saying "No javadoc for...

No news from end only. I only made the file name changes in the gradle cache and now it works on my end as well :-) Thanks for the tip!...

Sounds like something worth documenting :-) Any idea how this could e.g. be included in build.gradle to avoid the manual workaround? Unfortunately, I don't have any clue how this could...