Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] user experience admin pages #10

Open
3 tasks
kristebo opened this issue Apr 5, 2021 · 0 comments
Open
3 tasks

[FEAT] user experience admin pages #10

kristebo opened this issue Apr 5, 2021 · 0 comments
Labels
enhancement Enhancement to existing feature

Comments

@kristebo
Copy link
Member

kristebo commented Apr 5, 2021

Proposed functionality
redisign of the admin pages

Use case
The admin pages are hard to use, long mouse moves, long workflows, high click count on simple tasks etc.

  • Placement of edit and view should be near the title of the competitions
  • breadcrumbs
  • have a context where edit and admin is on each competition entry instead of a particular Admin buttun.

Backend changes
No changes to backend (???)

Additional context
image

<tbody class="bg-white divide-y divide-gray-200">
    <tr>
        <td class="px-6 py-4 whitespace-nowrap">GameJam
            <table>
                <tr>
                    <td class="px-6 py-4 text-sm font-medium text-right whitespace-nowrap">
                            <a class="py-1 px-1 text-indigo-700 underline transition-all duration-150 rounded-sm hover:text-indigo-900 hover:bg-indigo-200 p-1 ml-4 text-indigo-700 underline transition-all duration-150 rounded-sm hover:text-indigo-900 hover:bg-indigo-200" href="/admin/competitions/9">View</a>
                            <a class="py-1 px-1 text-indigo-700 underline transition-all duration-150 rounded-sm hover:text-indigo-900 hover:bg-indigo-200 p-1 ml-4 text-indigo-700 underline transition-all duration-150 rounded-sm hover:text-indigo-900 hover:bg-indigo-200" href="/admin/competitions/9/edit">Edit</a>
                    </td>
                </tr>
            </table>
        </td>
        <td class="px-6 py-4 whitespace-nowrap">7</td>
        <td class="px-6 py-4 whitespace-nowrap">Published</td>
</tr>
@kristebo kristebo added the enhancement Enhancement to existing feature label Apr 5, 2021
@kristebo kristebo changed the title [FEAT] [FEAT] user experiance admin pages Apr 5, 2021
@eriktm eriktm added this to the Better admin milestone Apr 5, 2021
@kristebo kristebo changed the title [FEAT] user experiance admin pages [FEAT] user experience admin pages Apr 9, 2021
@joms joms added this to UNICORN Nov 26, 2021
@joms joms moved this to Todo in UNICORN Nov 26, 2021
@joms joms removed this from the Better admin milestone Nov 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement to existing feature
Projects
Status: 📋 Backlog
Development

No branches or pull requests

3 participants