Ismael Shakverdiev

Results 14 issues of Ismael Shakverdiev

Wirte unit test for `PostModel.fromSnapshot(...)`.

testing
low priority

We should have ability to select category when creating post. e.g: if user selected `development` then automatically `general` and `development` would be setted in database. Getting posts from database and...

enhancement
medium priority

**Relevant:** - https://flutter.dev/docs/perf/rendering/best-practices - https://stackoverflow.com/questions/60179513/flutter-how-can-i-improve-that-app-performance

blocked
low priority

Should improve the `LazyLoadListView` widget. We need it because if posts less than 15 it crashing. However, we must fix it. And also code clean up.

enhancement
medium priority

Must to write unit-tests for [Services](https://github.com/theiskaa/anon-app/tree/develop/lib/core/services) folder: --- Testable files: - [Auth Service](https://github.com/theiskaa/anon-app/blob/develop/lib/core/services/auth_service.dart) - [User Service](https://github.com/theiskaa/anon-app/blob/develop/lib/core/services/user_service.dart)

testing
medium priority

**Note:** *The home page coverage must be higher than 75 percent.* ### Current coverage:

testing
low priority

A factory builder to build page alike search field without any appearing box. So, instead of current suggestion box and item builder you will be required to build a page...

feature

Current version of widget requires already providen `suggestions`. And which makes working with network so hard. So, we've to implement a factory builder to create network-usage appropriate widget which don't...

feature

In the current version, notya uses cobra's auto-generated help txt. To make it better look we should use our custom one. ### Something like: ``` _ _ ___ _____ __...

feature
command

A clone command, that could be able to fetch a web page(from provided URL), convert it to pure text, and generate a note file automatically (appropriate to that file). **Example:**...

feature
command