Vishnu Ks
Vishnu Ks
In other words who is the person you consider yoursleves as role mode.
Related issue https://github.com/zulip/zulip/issues/13658
The website at the moment doesn't looks that good. Use daisyUI to improve the styling of the website. https://daisyui.com/
> in the feed, have a button for asking the user do you like this category or not, if he clicks the make category favorite, store it using cookies in...
Right now the android app is an exact replica of the site. It would be great if someone spends some time in making an awesome android version of the website.
We have a lot of unused import in many python files. Removing them can be a task.
* We trying to not hard code email address in tests. Instead of that we would use `self.example_email`, or `self.mit_email` or `self.nonreg_email`. eg: instead of [email protected] we use self.example_email("iago") *...
Currently we only include high level details of the last job diff.blog ran to fetch posts from RSS feed. This should be extended to include the details of last N...
Currently the blog posts in main feeds(top, new) are restricted to `en` language. But posts from all languages are stored in the db. To allow posts from other languages in...
Refactor the following files - [x] app/json_views/profile.py - [x] app/management/commands/star_blog.py - [ ] feed/github.py - [ ] feed/lib.py - [ ] feed/management/commands/fetch_jobs_from_greenhouse.py - [ ] feed/management/commands/sync_posts.py