-
Notifications
You must be signed in to change notification settings - Fork 1
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
Discussion, questions, notes, planning for the new CLJS dashboard #1
Comments
I think since it's the first time we introduce a pure cljs-based frontend on the project, we're going to evaluate and assess each option first and based on that we'll make a choice. But from a very practical aspect, I would say that going for re-agent first is the simplest path and if the need arises we can go beyond re-agent and add re-frame 😊. Of course, feel free to comment here if you guys have ideas or suggestions, especially if you have frontend experience on cljs. We are here first and foremost to learn and have fun together 😉 |
A quick question related to the graphql-client. At the moment we are using I guess the choice for It seems that there are some very good options out there for graphql clients, for e.g : re-graph and graphql-query. I especially like the |
Agree we should use something from CLJS-land. I didn’t have hard requirements on a client. It just seemed like a good option at the time for a React/JS app. So whatever you like! |
cool thing 💯 !!! I am going to evaluate those options then and will let you know ^^ thanks |
Things have been moving slowly forward on this side of our little world :) At the moment, the functional implementation of the dashboard displaying yetibot statistics is complete. By functional, I mean the logic is there : we have a UI-wise, it is still a WIP since there are some little adjustments (pun intended :D) that need to be done, I have posted a small shot on the dev channel XD... For the tech stack, as discussed previously :
would like to introduce graphql-query which provides a more data-oriented approach to describing the graphql queries, which can be really cool since we would then have data all the way through. PRs will be provided as soon as we have the UI fixed thanks :) |
Awesome! Sounds like you got a lot of the hard stuff figured out.
|
Should we use Reagent? Reframe? @kaffein has volunteered to lead this 😁
yetibot-dashboard
and replace it with this 💥The text was updated successfully, but these errors were encountered: