TerhoAntila / planner-gantt-chart

Planner Gantt Chart implementation as Power Apps canvas app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Click here to view recent updates

28.2.2023

  • Gantt chart filter by task title
  • Weekday titles (M, T, W...)

24.1.2023

  • Task status indicator (full green, half yellow, hollow red)
  • Star rating of the app user can interact with
  • Current local app version and available GitHub version information
  • Information page added

1.1.2023

  • Start and end date fix for long tasks

8.12.2022

  • Added instrumentation key to the app to understand distribution and usage of it

27.11.2022

  • Renamed Categories -> Labels
  • Support for 25 labels (categories)
  • Possibility to view user's all tasks over all available plans instead of selecting specific plan(s)
  • Bug fixing task start and end date handling
  • Bug fixing tasks spanning over the year change
  • Addition to month selector to easily jump over to the beginning of the next year

23.1.2022

  • You can now drag tasks back and forth on the timeline
  • You can easily adjust task's due date right within the app

https://youtu.be/MojHcE-K1kQ

  • A set of predefined themes introduced which you can choose with URL parameter ganttTheme. Available values:
    • blue
    • green
    • red
    • gray
    • white

3.10.2021

Planner Gantt Chart introduction

image

I created a Power Apps canvas app that you can use to view your Microsoft Planner tasks on a Gantt Chart. You can use it freely and make modifications to your version.

All major features of the app are presented in my blog post at: https://terhoantila.com/2021/05/17/microsoft-planner-gantt-chart-with-power-apps-download-your-own

Download

You can download the Power App package as a zip file by clicking on the PlannerGanttChart.zip file and selecting Download from there. image

Or you can use this direct link: https://github.com/TerhoAntila/planner-gantt-chart/raw/main/PlannerGanttChart.zip.

If you like this app, you might want to consider supporting to boost my development efforts even further 😃. 5€, 10€, 20€ or 50€. Thank you!

Installation

  1. Browse to your company Power Apps portal at https://make.powerapps.com/
  2. Make sure you have correct environment selected. Often you only have one, so no worries :)
  3. Click on the Apps on the left navigation
  4. Click Import canvas app
  5. Click Upload
  6. Locate the PlannerGanttChart.zip file you downloaded earlier and select it
  7. Click Open
  8. Wait while the Import package uploads
  9. Once you have the Review Package Content section visible, click Import
  10. Wait...
  11. When you see green check mark with message All package resources were successfully imported, the import is complete
  12. You can use share link to share the app with your colleagues
  13. Start using it and enjoy!

If you like this app, you might want to consider supporting to boost my development efforts even further 😃. 5€, 10€, 20€ or 50€. Thank you!

About

Planner Gantt Chart implementation as Power Apps canvas app

License:MIT License


Languages

Language:C# 100.0%