Project

General

Profile

Release Note #2249

Updated by Ayat Rahman 12 months ago

## Release of Sprint-02   
 **Site URL:** https://front2.softekocms.com/   
 **Duration:** 1 Week (April 07, 2025 to April 11, 2025)   
 **Release Date:** April 11, 2025   

 ### Team Members   
 - **Frontend:** Lutfor Rahman Shimanto   
 - **Backend:** Zahid Hassan, Ayat Rahman   
 - **QA:** Md. Abdul Hamid   

 ### Features   
 - Search powered by GEMINI API with fallback similarity matching.   
 - Pagination option integrated into search results.   
 - Tag relevance and category info retrieved with each tool. 
 - Navbar and Hamburger Section with fallback avatar, necessary links, sign-in, sign-up, and sign-out buttons. 
 - All Tools Section: 
   - Title, search input, and suggestions bar implemented. 
   - Sort and filter buttons with API integration for sorting and filtering tools. 
   - Tool card design includes title, newsletter alert button, open button, description, and displays pricing, number of bookmarks, and rating. 
   - Items per page selection and pagination buttons with API integration. 
 - Search Section: 
   - Supports both the default view (without search keyword) and the search results view (with search keyword). 
   - Related categories section implemented with title, API integration, related category card container, and card design featuring tool icon, display count, and alert button. 
 - Basic Auth Module Implementation done for frontend & Backend. 
 - Tool Email verification Implemented for frontend & Backend. 
 - Fixed form submission related issues and error handling. 
 - Created Image upload API and integrated in frontend. 


 

 ### Known Issues   
 - Filtering by query params (tags, verification status, pricing type) is implemented but not functioning correctly.   
 - Search bar lacks real-time suggestions or autocomplete support. 
 - The rating and bookmarks count are not functional (added randomly). 
 - Logout sometimes doesnt clear the logged in users information.

Back