Displaying and navigating a tree in discord - discord

This is more of a logical than a programming question, but how would I go about displaying a tree in a discord bot?
I have tried to sort of break down the tree into six parts and have the user be able to click on each of those parts, but it just seems a bit counterintuitive.
I have a user progressing through a skill tree, and I want a way for the user to display their progress through it by rendering a tree and maybe having some type of navigation through it. Any help is appreciated, thank you.

Related

Item builder in React

I'm looking for a little advice here. I'm relatively new to react and have a little project I want to build simply for practice. Essentially what I'm trying to do is create an app that will list all the items in my freezer and refrigerator. The idea is that the user will be able to use a form to upload the item name, description, date purchased, if it goes in freezer or fridge, and an image. Once the form is filled out it will add that item to the appropriate section.
I have a database set up on Firebase and have reactstrap for the ui stuff. Im not quite sure how to sew it all together. Anyone who can point me in the right direction or point me to similar projects would be greatly appreciated.
Thank you

Vue/React page transition where element carries over

I’m having the hardest time figuring out how to go about a page transition where one element leaves one view and enters the next like the animation of the book thumbnail or surfboard from the linked images below.
I mostly work in Vue, but if anyone has insight on how this is done on the development side of things I’d be very appreciative!
Booking animation design
https://dribbble.com/shots/3878921-Booking-animation-design
Surf Project
https://dribbble.com/shots/3879463-Surf-Project
Please Check this sections of Vue documentation.
Overview
https://v2.vuejs.org/v2/guide/transitions.html#Overview
Enter/Leave from a list
https://v2.vuejs.org/v2/guide/transitions.html#List-Entering-Leaving-Transitions
You might want to look into Overdrive
or then use Velocity with Vue JS hooks

How to treat navigation in mobile applications?

We all go Back, but never go Forward?
I'm working on a new project with the just released Xamarin.Forms and I have hit a wall in my development process.
The goal of the application is to give a user advise on a subject called X.
In order to give the user information about subject X, the application needs a lot of userdata. The input of the data is handled across multiple pages due to the enormous amount of information needed.
For example:
Screen 1: The user fills in personal information.
Screen 2: The user fills in information about his car.
Screen 3: The user fills in information about his favorite color.
Screen 4: The user fills in information about his dog.
Screen 5: Advise! Get yourself another dog, because as long as your name is * and you drive a * in the color *, he'll never ride with you.
Clearly, in this situation, we have a straight and forward navigation path.
We want information about a subject and then move on to the next screen.
Problem is, I can't figure out where to position this next button in an App. I've struggled with this navigation problem for so long I wonder if I've got the whole "mobile navigation" part wrong. How are App with such goals usually transformed into an App?
For a long time I had a hacky solution, but since I started using Xamarin.Forms and couldn't find a default way of getting from one screen to another I started to wonder about the problem at a more abstract level.
in Xamarin.Forms, you'd solve your navigation problem using a NavigationPage. When the current page is complete, or on a button click, you'll just do navigationPage.PushAsync (nextPage);. The Back path is provided by the platform.
Your question has no answer, it's most than technology, it's about UX
For me, the best way to control your navigations with business rules is using Prism framework.
With this you can navigate by ViewModel.

WP7 help with menu effects

Kinda new to Silverlight and have some experience with WPF but I'm doing a project with a group for a class making a game for WP7. I am currently in charge of the menu system for the game and I had a few ideas for "flashy" menu transitions. I got some going for the main menu but I wanted to do something cool for the options submenu.
Anyway my idea is to either fashion an expander or to have sort of a variation of a dialog box. But the way I envisioned it would be in either case the menu items blur but are still visible while the expanded menu is displayed or while the dialog is active. If I'm being confusing sorry :) but think of Windows 7 glass effect on the menu while other options are available.
What I'm getting at is I want to give this a shot but I have no idea how I would go about doing something like this. Could anyone point me in the right direction or outline some key steps for me to build off?
I tried finding something like this on Google but no such luck.
I would recommend taking a look at the many items available in the Education Catalog over on the AppHub - http://create.msdn.com/en-US/education/catalog/?contenttype=0&devarea=65&platform=54&sort=1

MVVM DESIGN PATTERN

Am very much new to this MVVM DESIGN PATTERN.Am doing a small project in this pattern
In my project i have a button,if i click on that button it will create a new button at run time and we can create any number of buttons there.
Creating mutliple buttons is working and now am trying to move that controls at runtime where ever we want in the same window only.
I implemented some methods and now controls are moving with my mouse point as i want but now what is the problem is::
if one button is created it is moving fine when the second button is created
then it is coming attached to the first button now both the buttons are moving together and third and so on..
i cant able to understand whats happening over there?
Can Any one help me plz ??
Thanks In Advance
i dont know how to post code over here
if anyone give me your mail id then i wil send whole project to them
ThanQ Once Again
You might be interested in Laurent Bugnion's "Understanding the Model-View-ViewModel Pattern" session at MIX10 http://channel9.msdn.com/Events/MIX/MIX10/EX14

Resources