Tasnim Tantawi

Results 7 issues of Tasnim Tantawi

Added a Python and Fast API Comprehensive API Development Project-based Course (Social Media API Project). The course goes through building a social media API project from start to end including...

- [x] My submission is formatted according to the guidelines in the [contributing guide](/CONTRIBUTING.md) - [x] My addition is ordered alphabetically - [x] My submission has a useful description -...

![image](https://github.com/user-attachments/assets/a6ba9a80-a99a-40b2-8c18-be98b8b33e41) You can export as mermaid markdown ![image](https://github.com/user-attachments/assets/4d47a86c-b243-4587-82eb-d5eddc6afcb1) Addressed issue https://github.com/drawdb-io/drawdb/issues/167

RTL languages should make the some parts of UI displayed from right to left.  ![image](https://github.com/user-attachments/assets/5e6c9186-0142-4e61-b737-40ecc64b104d) Most the edits I did: ` style={isRtl(i18n.language) ? { direction: "rtl" } : {}} `...

Add test cases for `Api\V1\Controllers\Autocomplete\BillController.php` ![image](https://github.com/user-attachments/assets/488e4413-9f24-4b40-af32-f6a5013a57be) --- Add test cases for `Api\V1\Controllers\Autocomplete\BudgetController.php` ![image](https://github.com/user-attachments/assets/e65bf7ae-fc3f-4f13-b099-251e091c04f0) They are kind of similar, so I felt no need for 2 separate pull requests. @JC5

Changes in this pull request: ``` if ('MTD' === $repeatFreq) { return $end->startOfMonth()->startOfDay(); } ``` Updated this block to return the correct MTD (start of month) in Navigation.php. @JC5