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

Project taxonomy #1846

Merged
merged 7 commits into from
Nov 1, 2023
Merged

Project taxonomy #1846

merged 7 commits into from
Nov 1, 2023

Conversation

actlikewill
Copy link
Contributor

@actlikewill actlikewill commented Oct 10, 2023

Enhancements

  • add the filter to the global task views
  • show the description somewhere – maybe a detail page, maybe at the top if it’s been filtered
  • add a progress bar to the global task views (based on current filters)

https://www.loom.com/share/555c8e78802149e9bb66f6794c768871

closes #1450

@actlikewill actlikewill marked this pull request as draft October 10, 2023 07:34
@actlikewill actlikewill force-pushed the taxonomy-project branch 2 times, most recently from ce1f877 to 9f8994e Compare October 17, 2023 10:28
@actlikewill
Copy link
Contributor Author

@goose-life @longhotsummer Happy for you to check this out.

indigo_app/urls.py Outdated Show resolved Hide resolved
indigo_app/urls.py Outdated Show resolved Hide resolved
@goose-life
Copy link
Contributor

looks great overall, I'd love to see a new video once that's possible, and I think some minor tweaks around 'project/s' vs 'topic/s' (though I stand to be corrected on those)

@@ -24,6 +24,12 @@
<span class="badge badge-light">{{ tab_count }}</span>
{% endif %}
</a>
<a class="nav-item nav-link {% if view.tab == 'projects' %}active{% endif %}" href="{% url 'taxonomy_task_list' %}">
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
<a class="nav-item nav-link {% if view.tab == 'projects' %}active{% endif %}" href="{% url 'taxonomy_task_list' %}">
<a class="nav-item nav-link {% if view.tab == 'topics' %}active{% endif %}" href="{% url 'taxonomy_task_list' %}">

@actlikewill
Copy link
Contributor Author

@goose-life I've made a quick loom showing the small changes, its just the filters and the tab label that have changed from the previous loom.
https://www.loom.com/share/08443ce40afe49a4a2adb0e979098f00?sid=2ccea3cd-a0e0-46c3-b964-1451ef58533d

Copy link
Contributor

@goose-life goose-life left a comment

Choose a reason for hiding this comment

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

lgtm!

Copy link
Contributor

@longhotsummer longhotsummer left a comment

Choose a reason for hiding this comment

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

Cool!

@actlikewill actlikewill merged commit fe4affd into master Nov 1, 2023
6 checks passed
@actlikewill actlikewill deleted the taxonomy-project branch November 1, 2023 01:36
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.

As a project owner of a multi-jurisdiction project, I want to be able to add all tasks to one Project
3 participants