-
Notifications
You must be signed in to change notification settings - Fork 2
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
MailGuardian V3 #82
Open
KHIT93
wants to merge
140
commits into
master
Choose a base branch
from
next
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
MailGuardian V3 #82
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The serializer is not able to automatically convert Path to string. So we do it manually here
This avoids duplicating the links and code more than necessary
now using `@nuxt/ui`
We have decided to swap out Django for FastAPI as our base. This does give us more work, as a lot of things were handled by Django, which we have to now do our selves. We do however feel that this change is for the better as we were fighting against Django in various places. We also started using `poetry`for dependency management in Python For the frontend we started rebuilding the entire UI using Nuxt 3 and Nuxt UI 2
…mation Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the current in progress work for the next major version of MailGuardian.
While V2 is just around the corner, we feel that there is a lot to improve, but there were also some things that needed fixing from V1 where a breaking change was required.
So we have already started work on the V3 platform, which will introduce a brand new UI with an updated design, better UX and improved performance.
Behind the scenes we will also introduce a feature that has been dorment in the code base since the early days of V1. The tasks feature will larger requests to be queued for execution in the background to make the application feel more responsive as the user is given an immediate response instead of having to wait for the full action to be completed. Most usecases will not require changes to the clientside API used in our web UI and if any external applications are using these API's, they will also be able to take advantage of these. Some changes will however be required if external applications want to track the process of a task/job.
We would really love to build V3 on NuxtJS V3, but if it does not release to stable before we release MailGuardian V3, it will have to come as an update later on and depending on the required changes, it might be a really early release of MailGuardian V4 :)