Skip to content

Conversation

@ssofiejohansson
Copy link

ssofiejohansson and others added 30 commits August 22, 2025 19:24
Package scheduled emails when more than 1 email.
Moved icons to public + error handling default logo
Converted icons to .webp from png.
Opt out from email functionality
fixed mobile layout errors in sublist
solen80a and others added 25 commits August 30, 2025 20:42
Removed non used fonts
Changed from export default to named export
email edit bug fix
Add sub bug fix
Remove scheduled mail when sub del
Sub add unchecked email box bug fix
Scheduled email sub del fix 2
Email checkbox bug fix
import express and const router to make the delete work.
…mailScheduler to folder routes.

Co-authored-by: Oskar Nordin <oskarnordin@users.noreply.github.com>
Co-authored-by: Sofie <ssofiejohansson@users.noreply.github.com>
@JennieDalgren JennieDalgren self-assigned this Oct 9, 2025
Copy link
Contributor

@JennieDalgren JennieDalgren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Take a look at what is happening here. Is the backend down?
I can't register and get no feedback
image

Let me know when it is up and running and I will continue with grading!

💪🏼

@ssofiejohansson
Copy link
Author

Hej! Do you mind trying again? I've both logged in and registered as a new user tonight and had no issues. Everything looks good backend too! Beeatrice is buzzing when the page is loading and render is extra slow sometimes but it should be working🐝🤞

Copy link
Contributor

@JennieDalgren JennieDalgren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job with this project.

You have managed to do so many features, small animations, bigger features etc.
Your code is well structured, easy to follow and uses a good amount of comments to navigate thru the code base.

You project is approved with VG

Comment on lines 11 to 12
/**
* MongoEmailScheduler is responsible for managing the scheduling, batching, sending,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

great job with the documentation

Comment on lines 29 to 31
class MongoEmailScheduler {
constructor() {
this.isRunning = false;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why a class?? If/when you have time, try to refactor this?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@oskarnordin Denna kan ju du kanske kika på om du har tid! 😀

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now fixed.

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.

4 participants