Loaded overview data to front end and connected backend schema data for overview tab to Firebase database.Accessed user data through checkUserStatus function in auth.js file and displayed user information on the UI.Stored data from backend into variables and updated UI with relevant data for seller overview information.Created schema for trades, products, and product drafts in Firebase database to structure data for each document.Defined fields for the Trades document including lastUpdated, requestItems, requestingUserId, status, storeCredit, and more.Outlined fields for the Products document such as analytics, basicInfo, demand, images, inventory, pricing, sellBack, and more.Listed fields for the ProductDrafts document like basicInfo, completedSections, completionProgress, createdAt, draftId, and more.Completed parts of draft item include basic information, completed sections, completion progress, price, and more.Displays missing information needed to complete the listing, original product ID, publish blockers, required sections, and statuses.Continued work on e-commerce platform focusing on data indexing, querying data, backend-front-end connection, and information display.