Tasnim Tantawi
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 -...
 You can export as mermaid markdown  Addressed issue https://github.com/drawdb-io/drawdb/issues/167
Rtl fix
RTL languages should make the some parts of UI displayed from right to left.  Most the edits I did: ` style={isRtl(i18n.language) ? { direction: "rtl" } : {}} `...
Add test cases for `Api\V1\Controllers\Autocomplete\BillController.php`  --- Add test cases for `Api\V1\Controllers\Autocomplete\BudgetController.php`  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