Devanshukoli / Devanshukoli/InterviewLab
Need to have seperate extedned route for interview history.
Open
@Devanshukoli is already working on this.
Since Sep 15, 2026.
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 0
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 9
Description
- When user clicks on
interview historymenu. then the route will be something like this : https://app.com/interview-history
so there are list of past interview history list will be showing.
- Now when user cilcks on single past session then the route needs to be changed a little : https://app.com/interview-history/[timestamp-of-interview-with-some-hax-strings] ( basically just chatgpt generate unique string for each chat session, just like that.
We can do same here, when user clicks on
new sessionthen we create unique session id and use that here for reference. I'm already usinginterview_sessionstable for that. we can grab the session_id from there.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.