Skip to content

Update docs: polish landing page#875

Merged
sobolevn merged 1 commit intowemake-services:masterfrom
Satevg:update-doc-landing
Apr 10, 2026
Merged

Update docs: polish landing page#875
sobolevn merged 1 commit intowemake-services:masterfrom
Satevg:update-doc-landing

Conversation

@Satevg
Copy link
Copy Markdown
Contributor

@Satevg Satevg commented Apr 10, 2026

I have made things!

I'm not a designer or a FE person, but it seemed that the docs main page could be improved, since it's the first page, that potential user visits..

Tried to keep changes minimal. Up to you guys to decide if that's fine, I just gave a try

2026-04-10_11-16 2026-04-10_11-16_1

AI Policy

  • I have read and agree to the AI Policy, removed any "Co-Authored-By" lines attributing coding agents, and manually reviewed the final result

Checklist

  • I have double checked that there are no unrelated changes in this pull request (old patches, accidental config files, etc)
  • I have created at least one test case for the changes I have made
  • I have updated the documentation for the changes I have made

Related issues

@codecov
Copy link
Copy Markdown

codecov bot commented Apr 10, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (3b035d4) to head (865b71c).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master      #875   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files          339       339           
  Lines        13647     13647           
  Branches       428       428           
=========================================
  Hits         13647     13647           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Member

@sobolevn sobolevn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, it looks much better now!

Image

@sobolevn sobolevn merged commit d1cb87b into wemake-services:master Apr 10, 2026
15 of 16 checks passed
@Satevg
Copy link
Copy Markdown
Contributor Author

Satevg commented Apr 10, 2026

@sobolevn I'd like to dive into the code and do something, since I do have some spare time (not sure how much though). In issue tracker, I see that all "good first use" issues are assigned already. Do you have any ideas what else could be picked up?

@sobolevn
Copy link
Copy Markdown
Member

@Satevg yes, right now we need a cursor-based paginator :)
It should not be too hard.

Here's an example implementation: https://github.com/photocrowd/django-cursor-pagination/blob/master/cursor_pagination.py

API design:

  • Ideally it should be a subclass for Django's native Paginator object
  • It should work very similar to it
  • Ideally it should be possible to use it with our own Paginated class, but we are completely free to add a new interface for it :)

Would you like to help with this feature? :)

Another option is to move to just from make, which is also on my bucket list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants