DEV Community

Hung Nguyen
Hung Nguyen

Posted on

Preparing for Telescope 2.6

Overview

This week's is very challenging for me. #2676 is about including the option for user to add their Youtube channels in the Sign Up flow.

Challenge

Firstly, I need to understand the sign up flow. I did talk to Duke and he knew how to fix it. It was because of a function that caused an endless loop. In the mean time, we planed to move to Supabase which is completely new to the project so for now I will have to wait for that to be merged first because it is related to the Sign Up. This means I can have some times to review and understand the code.
So far, I have applied the fix of Duke to the sign up button. The form is inside \telescope\src\web\src\components\SignUp\Forms\RSSFeeds.tsx. My guess is to duplicate the and change the variable name:
Image description
This means I have to include one more object in the FormModel:
Image description
My problem for now is to understand the validateBlog() function since it seems like this function will call a service to validate and input the blog feed to the site. And I guess I have to do the same to the Youtube UI.

React Native first implementation

In the meeting, we talked about the React Native in Telescope, and Mengi has started to do his research on how to start the project through pnpm, so soon I will pick up or file some issues about React Native. I am really excited about that, I have worked with React Native once, it was fun to play with.

Top comments (0)