-
Notifications
You must be signed in to change notification settings - Fork 46
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
Update/ rewrite webconsole to recent dependency versions #35
Comments
Hi @LaumiH Thanks for your message. I think your contribution is helpful to the free5GC project. Thanks again. |
Hi @ianchen0119, thank you for your reply! I have almost completed my work on this issue. There are also a few new features I would like to share with you (in a separate PR). As the original webconsole code is basically not existing any more (I updated almost everything), I have written a concise summary on all the changes I have made, and the decisions behind them. This will hopefully help merging the PR. I will prepare a PR as soon as I have a mergeable version. Cheers, |
@LaumiH @ianchen0119 we have another implementation of the webconsole. let us share it as well. |
Thanks for you contribution! |
@LaumiH @ianchen0119 Just made PR #47 |
Hi,
I am currently trying to add some features to the webconsole that we find interesting.
While I am just starting to learn React JS development, I noticed that almost all used dependencies are outdated, which does not allow me to integrate new features easily.
I was wondering if it would be helpful to re-write the webconsole frontend, using a better integration of the used tools (babel, webpack, eslint and so on), and also make the used configuration files easier to understand. I am working on this currently because it helps me understand the code better, and I can open a PR to share my changes later.
Please contact me if you consider this a helpful contribution!
Best,
Laura
The text was updated successfully, but these errors were encountered: