omeka / omeka/plugin-ExhibitBuilder
Consider removing the "Block #" labelling
Nobody has claimed this yet.
- Dominant language
- PHP
- Stars
- 25
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
When looking at blocks on a page, they get a heading like "Block 1", "Block 2", etc.
But, someone else editing the page and reordering makes those unstable. It's possible for one day Block 1 to become Block 2. Doesn't matter too much in the interface, but outside the interface if someone thinks "Block 1 has this content", "Block 2 has that content", that could get disrupted. Seems like that info is duplicative of simple display order?
Especially with the new checks on conflicting edits, might make sense to simplify to just the block type info, without the Block 1, Block 2 info.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by locating the page editor code that renders the “Block 1” and “Block 2” headings, then verify how block type labels are displayed; done means the redundant numeric labels are removed while the block types and ordering remain clear.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- php
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100