Yashasv-Prajapati / Docify

5 stars 2 forks source link

Routing refined #91

Closed AGlade7 closed 3 months ago

AGlade7 commented 3 months ago

Updated Github route so that if the user is already registered & logged in, then the Signin button will redirect to the /new page. Changed schema.

linear[bot] commented 3 months ago
CS3-102 Check User existence and App installation

1. On login, if the user does not have the github app installed, redirect to installation page and update in the user info db. 2. If the github app is already installed but no entry of the user in the db, update the user entry from db. 3. If the github app is already installed and also entry in db, redirect user to /dashboard or other page.