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

IPC GUI todo #773

Closed
MrBurrBurr opened this issue Mar 27, 2018 · 33 comments
Closed

IPC GUI todo #773

MrBurrBurr opened this issue Mar 27, 2018 · 33 comments
Assignees
Labels
✨ Enhancement Issues marked with this label indicate further enhancements to the program, such as new features. ☝️ External Issues marked with this label have external scope and typically depend on third-party projects. 🤝 Help welcome Issues marked with this label are open for help. If you could offer us a hand, please do! 🙏 Wishlist Issues marked with this label are wishlisted. We'd like to make them happen but they're not crucial.

Comments

@MrBurrBurr
Copy link
Member

MrBurrBurr commented Mar 27, 2018

IPC GUI source code is available here. Feel free to make appropriate modifications and send a PR.

Bugs

  • [Global] Load fallback strings if dynamic loaded i18n strings are empty
  • [Bots] Fix all images being showed
    Described here

ToDos

  • [Global] Think about NLog layout
  • [Bots] Auto detect order of keys in BGR
    Consider this suggestion
  • [Commands] Implement wiki parser for command descriptions
    Show tooltip/box with wiki info about the selected command - Consider this suggestion
  • [Config] Implement wiki parser for config properties
    Show tooltip/box with wiki info about the selected config property - Consider this suggestion
  • [Config] Implement Driver.js
    Wiki parser for Editor and Generator, Whats new?, Tips&Tricks, missing input etc.
  • [Config] Do not include default properties when updating config
    Current save method in ASF ignores default properties and writes whole BotConfig to file
  • [Config] Implement parsing helper to editor and generator

Suggestions

  • [Commands] Add "quick commands" feature
    Consider this suggestion
  • [Commands] Save last Command sent info
    Maybe add a button to resend last sent command
  • [Commands] Add multiple support for botsDropDown
  • [Commands] Think about adding autoComplete to commandInput
  • [Commands] Get raw .md file and parse it
    Consider this suggestion

Final Steps

  1. Implement style guide and coding conventions
  2. Check nightmode support
  3. Optimize and clean code
  4. Check for input/output sanitation
  5. Minimize all files

FAQ

Error 1006 when viewing Log page
This is getting caused by one of the following points:

  1. Adblocker - Add IPC GUI to whitelist
  2. Windows 7 - Websockets are not supported on win7
  3. nginx - Check websocket proxying

When using nightmode and swiching between pages, lightmode is visible for a short moment
Sadly I cant change that.

@JustArchi JustArchi mentioned this issue Mar 27, 2018
12 tasks
@JustArchi JustArchi added ✨ Enhancement Issues marked with this label indicate further enhancements to the program, such as new features. 🤝 Help welcome Issues marked with this label are open for help. If you could offer us a hand, please do! 🙏 Wishlist Issues marked with this label are wishlisted. We'd like to make them happen but they're not crucial. ⚪ No priority Issues marked with this label are not being actively worked on for time being. labels Mar 27, 2018
@JustArchi JustArchi added ☝️ External Issues marked with this label have external scope and typically depend on third-party projects. and removed ⚪ No priority Issues marked with this label are not being actively worked on for time being. labels Mar 28, 2018
@JustArchi
Copy link
Member

JustArchi commented Apr 16, 2018

Random suggestion - it'd be nice if BGR keys importer offered also a switch that would change order from name<delimiter>key into key<delimiter>name. Even better if it could automatically detect that based on regex (so "order" dropbox with 3 options - auto-detect, key-name and name-key, default to auto).

@JustArchiNET JustArchiNET deleted a comment from Botan626 May 27, 2018
@JustArchiNET JustArchiNET deleted a comment from diegoweb May 27, 2018
@JustArchiNET JustArchiNET deleted a comment from CHT5 May 27, 2018
@JustArchiNET JustArchiNET deleted a comment from Luckz May 27, 2018
@JustArchiNET JustArchiNET deleted a comment from Yur0K May 27, 2018
@JustArchiNET JustArchiNET deleted a comment from Yur0K May 27, 2018
@JustArchiNET JustArchiNET deleted a comment from Yur0K May 27, 2018
@JustArchiNET JustArchiNET deleted a comment from thunderpants May 27, 2018
@JustArchiNET JustArchiNET deleted a comment from Luckz May 27, 2018
@JustArchiNET JustArchiNET deleted a comment from Botan626 May 27, 2018
@JustArchiNET JustArchiNET deleted a comment from Botan626 May 28, 2018
@JustArchi

This comment has been minimized.

@Tristar7

This comment has been minimized.

@Botan626

This comment has been minimized.

@Abrynos

This comment has been minimized.

@Botan626

This comment has been minimized.

@user777888999

This comment has been minimized.

@Abrynos

This comment has been minimized.

@Tristar7

This comment has been minimized.

@Abrynos

This comment has been minimized.

@blackzafiqz

This comment has been minimized.

@TrAnn3l

This comment has been minimized.

@Abrynos

This comment has been minimized.

@JustArchi

This comment has been minimized.

@blackzafiqz

This comment has been minimized.

@Abrynos

This comment has been minimized.

@JustArchi

This comment has been minimized.

@Abrynos

This comment has been minimized.

@JustArchi

This comment has been minimized.

@Abrynos

This comment has been minimized.

@TrAnn3l

This comment has been minimized.

@TrAnn3l

This comment has been minimized.

@Abrynos

This comment has been minimized.

@JustArchi

This comment has been minimized.

@JustArchi

This comment has been minimized.

@TrAnn3l

This comment has been minimized.

@Abrynos

This comment has been minimized.

@Abrynos

This comment has been minimized.

@kingcatdaan

This comment has been minimized.

@Abrynos

This comment has been minimized.

@Abrynos Abrynos mentioned this issue Jul 28, 2018
11 tasks
@Yur0K

This comment has been minimized.

@Abrynos

This comment has been minimized.

@MrBurrBurr MrBurrBurr mentioned this issue Jul 31, 2018
3 tasks
@MrBurrBurr
Copy link
Member Author

New Issue here: #869

@lock lock bot locked as resolved and limited conversation to collaborators Aug 30, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
✨ Enhancement Issues marked with this label indicate further enhancements to the program, such as new features. ☝️ External Issues marked with this label have external scope and typically depend on third-party projects. 🤝 Help welcome Issues marked with this label are open for help. If you could offer us a hand, please do! 🙏 Wishlist Issues marked with this label are wishlisted. We'd like to make them happen but they're not crucial.
Projects
None yet
Development

No branches or pull requests

10 participants