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

Feature: Export Handling Configuration #2

Open
gegelendvay opened this issue Aug 24, 2024 · 2 comments
Open

Feature: Export Handling Configuration #2

gegelendvay opened this issue Aug 24, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@gegelendvay
Copy link
Owner

Implement a new option at the top of the handling menu that allows users to send configurations directly to the server developers.

Detailed Description:

  • Menu Integration: Add a new list item at the top of the handling menu for sending configurations.
  • Server Processing: When selected, the configurations should be sent to the server.
  • Formatting: The server must format the received configurations into XML.
  • Dispatch: The formatted XML should then be sent to server developers via a webhook.

This feature will streamline the process of sharing handling configurations, ensuring that developers receive the necessary data in a standardized format.

@gegelendvay gegelendvay added the enhancement New feature or request label Aug 24, 2024
@Blumlaut
Copy link
Contributor

Blumlaut commented Aug 24, 2024

there's a hack i used for EasyAdmin, to copy text to clipboard, it involves some NUI but would cut out the webhook-middleman, i also started some work regarding converting the Lua tables to XML over on my fork, there are some caveats with that whole ordeal (for example, complicating the config file loading a bit), but offers some benefits for future features, such as being able to filter out CBikeHandlingData or CFlyingHandlingData for vehicles for which these do not apply when the menu is opened.

@gegelendvay
Copy link
Owner Author

Interesting. I will take a look at your solutions

@gegelendvay gegelendvay pinned this issue Sep 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants