Evgenia Karunus

Results 47 issues of Evgenia Karunus

On /courses page, there should be a link to 'Home' on top of the CourseCategories navigation: ![image](https://user-images.githubusercontent.com/7578559/77898419-862c5500-7294-11ea-8b4a-31470532cdd3.png) On that page, we will have: - 4 manually selected best courses of...

todo

After I added `index.js?cacheBust-2` to our `index.js` - our service worker doesn't cache either of these files.

developing

1. Notifications should be renewed without setting `{ status: 'request' }` on subsequent api calls. 2. There shouldn't be a residual '1 notification is unread' when we: - have one...

todo

![image](https://user-images.githubusercontent.com/7578559/77834803-3866fe00-7169-11ea-856c-ea8da78b0a7e.png) https://www.memcode.com/courses/1410 Formulas look ugly right now. Is it possible to use a better font for formulas in Quill's Katex extension?

todo

![image](https://user-images.githubusercontent.com/7578559/77626557-5c5af180-6f67-11ea-9293-dd5c912e756e.png) Right now it stays open.

todo

The profile page needs to be more engaging. ![image](https://user-images.githubusercontent.com/7578559/77582772-ba54ee00-6f01-11ea-9623-3a8b84535e38.png) Some suggestions: - Courses of other people this user is learning - Courses this user gave the rating to (and what...

todo

From the email: > Hi, I wanted to let you know about an error I caught, I still haven't had time to do a dev environment yet and may look...

todo

Migrating the backend endpoints of this form: https://github.com/lakesare/memcode/blob/master/backend/api/CourseApi/index.js#L10 into endpoints of this form: https://github.com/lakesare/memcode/blob/master/backend/api/CourseApi/rate.js is always a #todo. It's fine to PR just a few endpoints migrated. If migrating to...

todo

Google: 'node, how to send emails', and research this topic. Choose the library to implement this with. Implement it :-) Right now we do not send emails at all, -...

todo

Multiple users reported diminished performance when dealing with 100+ flashcards. It has been partially fixed by loading the flashcards in batches of 20 flashcards, - but this fix still staggers...