Ericsson / CodeCompass

CodeCompass is a software comprehension tool for large scale software written in C/C++ and Java
https://codecompass.net
GNU General Public License v3.0
517 stars 101 forks source link

New web frontend #590

Closed mcserep closed 1 year ago

mcserep commented 1 year ago

The design concept of the current web frontend is considered outdated in some terms. The task is to completly redesign and implement a new web frontend for CodeCompass from scratch. Technologies and libraries to use:

The new frontend shall use the existing RPC-based Thrift backend and its provided features of CodeCompass.

mdeme01 commented 1 year ago

The new frontend is currently in development here.

So far, the following features were implemented:

Let me know if there are any problems, or if the design should be different.

mcserep commented 1 year ago

@mdeme01 If you think that your development is ready for a first round of review, please open a pull request. It is easier to review the code that way and leave remarks.

You can still push new commits to your branch of course and the PR will auto-update.

mdeme01 commented 1 year ago

Pull request is ready here.

mcserep commented 1 year ago

Public demo for the new frontend available here: https://codecompass.net/demo/new/

@gsd, @dkrupp, @bruntib, @whisperity

Feel free to report any found issues under the related PR #595. Version of 2023-05-03, some issues may have been fixed since then, see the related PR as well.

mcserep commented 1 year ago

With @intjftw, we have deployed the current version of the new frontend for review:
https://codecompass.net/demo/new/

intjftw commented 1 year ago

Closed by #595.