You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(stocks): enhance stock model and handlers to include Arabic and English names, logo, and timestamps
- Add NameAr and NameEn fields to the Stock model for better localization.
- Include Logo field in the Stock model to store stock logos.
- Update GetStocksByYearHandler to populate new fields from the database.
- Modify SearchStocksHandler to filter stocks by both Arabic and English names.
- Add CreatedAt and UpdatedAt fields to the Stock model to track timestamps.
0 commit comments