-
Notifications
You must be signed in to change notification settings - Fork 1
docs: add root README.md, components and generator md file, UI-WoT tech survey doc and research done on DaisyUI, Node-RED, and Home Assistant #8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
I have added the Analysis of existing UI component libraries—Daisy Ui, Node-RED, and Home Assistant |
Small comment: It would be nice to link to this from the main readme |
I will link this to the main readme along with the initial setup and usage instructions. |
In the analysis of the different UI-libraries I'd like to see which design patterns or features we can "copy" or take inspiration from. It should not be an evaluation of the potential usage of these libraries inside our project, because basically, we are building a competitor product. |
Ohk I will add these too |
I have added all the design patterns or features, that we adopt from our existing competitors. Some of them are already adopted in the current version while some will be adopted or enhanced in future |
Some notes
|
I will change it as I am going to push all the docs in this PR
Yes everything will be linked, pushing all the files as soon they are completed
No, I will push them, just finalizing the remaining README.md |
… usage examples and link to individual component docs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've taken a look at the PR and I think it's sufficient. Thank you!
<h1> | ||
<picture> | ||
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/eclipse-thingweb/thingweb/master/brand/logos/ui-wot_for_dark_bg.svg"> | ||
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/eclipse-thingweb/thingweb/master/brand/logos/ui-wot.svg"> | ||
<img title="ThingWeb ui-wot" alt="Thingweb ui-wot logo" src="https://raw.githubusercontent.com/eclipse-thingweb/thingweb/master/brand/logos/ui-wot.svg" width="300"> | ||
</picture> | ||
</h1> | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We usually don't put the logo again in subfolders, but I think it is fine to keep it.
@relu91 @egekorkan
<h1> | ||
<picture> | ||
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/eclipse-thingweb/thingweb/master/brand/logos/ui-wot_for_dark_bg.svg"> | ||
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/eclipse-thingweb/thingweb/master/brand/logos/ui-wot.svg"> | ||
<img title="ThingWeb ui-wot" alt="Thingweb ui-wot logo" src="https://raw.githubusercontent.com/eclipse-thingweb/thingweb/master/brand/logos/ui-wot.svg" width="300"> | ||
</picture> | ||
</h1> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same here
Adding the tech survey I did for the UI components, library and dashboard.