Ritesh Pandey

Results 24 comments of Ritesh Pandey

Can I add something to the discussion? Can we say that in an ideal migration tree, there should be only one leaf node? If yes, we should think of running...

How do we plan to extract excerpt? - Programmatically e.g. first few characters from post - A new excerpt field in every post

If I understood correctly, we want to host historical GSoC projects ideas on our website as opposed to https://www.google-melange.com/archive/gsoc/. Historical project ideas are currently accessible via menu **Internships** -> **History**....

We can place all project ideas in same folder i.e. `project-ideas-collection`. Archived (Historical) and non-archived (live) ideas can be differentiated by a boolean model field `archived`. The template which renders...

In this scenario, we don't need `archived` field. This field was useful when we had all ideas at same directory level and we needed to differentiate between **live** and **archived**....

Is this because the Heroku app is not up? https://project-travel-mate.herokuapp.com/api/

@lewisgarton Do you mind if I take this up? @Swati4star

I have created a [draft PR](https://github.com/project-travel-mate/Travel-Mate/pull/821/) with changes in only database file. Please let me know if it the desired way to solve this issue.

There are two classes - `DbChecklist` and `AppDataBase` which extend `RoomDatabase`. Both of have entity `ChecklistItem`. - Why do we have two databases with same entity? - Which one is...

>Instead of adding a new column (user-id) in the existing database, I'll prefer if we can have different database table for different user (maybe append userid to tablename). If I...