Skip to content
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

Better UX in Credits Screen #36

Open
3 tasks
CartBlanche opened this issue Nov 13, 2019 · 0 comments
Open
3 tasks

Better UX in Credits Screen #36

CartBlanche opened this issue Nov 13, 2019 · 0 comments

Comments

@CartBlanche
Copy link
Collaborator

CartBlanche commented Nov 13, 2019

Currently, in order to add contributors to the Credits Screen, the code within the Credits screen needs to be updated. This is not optimal, should we get lots of contributors to the project.
It would be better if the contributor list was moved to an xml file, possibly with the following format

<Contributors>
    <Contributor>
         <Name>A</Name>
         <URI>http blah blah</URI>
         <Contribution>Helped Fix....<Contribution>
     <Contributor>
</Contributors>

Then, when the Credits Page is launched...

  • It reads the aforementioned XML file.
  • Dynamically creates the MenuItems and EventHooks (when selected it launches the associated URI)
  • Displays a maximum of X contributors on screen and allows navigation, up or down to the remaining contributors in the list.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant