Opened 8 months ago

Closed 6 months ago

Last modified 6 months ago

#36097 closed Cleanup/optimization (fixed)

Remove the geographic database functions summary table

Reported by: Sarah Boyce Owned by: Sarah Boyce
Component: GIS Version: 5.1
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description (last modified by Sarah Boyce)

The Geographic database function summary table is malformed and slightly misleading (rows make it seem like all functions relate to each other)
It is also fairly difficult to update.

I believe this table is there to group the functions. Instead of a table I believe we should group the functions with headers

https://docs.djangoproject.com/en/5.1/ref/contrib/gis/functions/


Attachments (3)

image-20250114-111030.png (143.2 KB ) - added by Sarah Boyce 8 months ago.
image-20250114-121804.png (47.7 KB ) - added by Sarah Boyce 8 months ago.
image-20250114-121855.png (26.5 KB ) - added by Sarah Boyce 8 months ago.

Download all attachments as: .zip

Change History (11)

by Sarah Boyce, 8 months ago

Attachment: image-20250114-111030.png added

comment:1 by Sarah Boyce, 8 months ago

Description: modified (diff)

comment:2 by Sarah Boyce, 8 months ago

Has patch: set

comment:3 by Paolo Melchiorre, 8 months ago

I think that the summary table of the geographic functions of the database is a great-added value to the page, giving an immediate picture of the content of the page.

But I also think that the new hierarchical organization of the headers of the geographic functions of the database is a great improvement.

Before giving an opinion in favor of its removal of the table, could you post a screenshot of the contents' column with the new headers?

by Sarah Boyce, 8 months ago

Attachment: image-20250114-121804.png added

by Sarah Boyce, 8 months ago

Attachment: image-20250114-121855.png added

comment:4 by Sarah Boyce, 8 months ago

Contents:

Also index page now shows the sub-headers:


comment:5 by Claude Paroz, 8 months ago

Triage Stage: UnreviewedAccepted

I'm fine with this change.

comment:6 by Jacob Walls, 6 months ago

Triage Stage: AcceptedReady for checkin

comment:7 by GitHub <noreply@…>, 6 months ago

Resolution: fixed
Status: assignedclosed

In ed1e7c0:

Fixed #36097 -- Replaced GIS functions table with section headers for better readability and navigation.

comment:8 by Natalia <124304+nessita@…>, 6 months ago

In 143068e:

[5.2.x] Fixed #36097 -- Replaced GIS functions table with section headers for better readability and navigation.

Backport of ed1e7c02c9db2cc28b3ab5621ce6315fcee54b27 from main.

Note: See TracTickets for help on using tickets.
Back to Top