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

Project restructure & new web UI #4

Merged
merged 18 commits into from
Dec 14, 2022
Merged

Project restructure & new web UI #4

merged 18 commits into from
Dec 14, 2022

Conversation

tomc128
Copy link
Owner

@tomc128 tomc128 commented Dec 14, 2022

This PR introduces two major changes:

Project restructure (#3)

  • Now there is one solution (.sln) file for the entire repository.
  • Separated CLI and base functionality, the CLI is a console app whereas the base app is now a class library.
  • Some namespaces have moved around.

Web UI

  • New web UI using Blazor web assembly.
  • Includes Client and Server project.
    • Client includes all website functionality.
    • Server is a ASP.NET webserver for hosting.
  • Includes truth table generator, evaluator and notation converter.

@tomc128 tomc128 merged commit f372489 into main Dec 14, 2022
@tomc128 tomc128 deleted the web-ui branch December 14, 2022 22:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant