it would be awesome to also filter by the 'Assigned To' and see related tasks for that user or user(s) so not to overload a teammate. I would also love to see a gantt view of task items. Ability to adjust the start and due date by dragging a handle, link dependencies, etc. Great work, this is a great video series! Go 'nucks!
Your channel is honestly one of the best or if not the best channel with long tutorials on the internet. Just the right pace, not too fast that nobody can follow it and not too basic to lose our attention.
I learned many things but two stood out and is superuseful. 1. How proper use of containers will make the app responsive for al the screens 2. This way of filtering is better. Thanks a lot for the learnings.
Great effort Nik, I quit using rectangles for 1px separators if no hover effect is needed and just simply use a container control for that. Kudos for using containers for padding-bottoms 🥰
Great content, brother! I truly appreciate your work and look forward to seeing more. Quick question: Is it possible to add an icon on the screen, perhaps next to the filter, to reset the filter properties without opening the popup?
Great video again. How to set the default values of the comboxes of the filter (so Status should be To Do) and apply that to the gallery when opening the screen Tasks.
Hi thank you! In order to set this default filter when the user first opens the app, you would have to create the filter collection at the App OnStart property, set the columns to blank except the status column you can set to To Do. Let me know if that works!
Thanks! I mostly pay attention to the apps I use and implement certain features I like. I also look at designs on sites like dribbble, there’s a lot of good stuff out there!
Could you do another video of creating a chat/comment feature in this project management tool? Would you use dataverse or Sharepoint list for the comments? Especially, how to create a @mention feature in the chat/comments ?
That’s a great suggestion! Since we’re already using SharePoint I will stick with that but it would be possible in Dataverse as well. The @mention is interesting to look into as well. Stay tuned and I’ll attempt this in a future video!
ohh no... I wanted to be the first to comment.... I have done exactly what you did... no problem on the way... but the question is that please can you do a video on how to build custom forms having signature and any other custom data that one can possibly do...
Haha you were almost first! Besides signatures, what other custom data are you thinking? I did a custom form in my previous video with various inputs so I wonder if there’s anything else you’d like to see
Woow the whole app is amazing. Quick question. If I want to create something similar but they must be able to copy prebuilt project plans and just create new project plans based on the selected project plan would that be possible. My apologies i know its a mouth full.
@@TheAnalystNik im planning to join membership too will it also cover how you were able to build this app from scratch? Id like to know the fundamentals to having a neat looking app. Mine looks like legit garbage compared to yours.
The first video of this series is on my channel for free! Joining the membership will give you early access to my videos and is mainly a way to support my content. Cheers!
@@TheAnalystNik maybe it's also best to talk about the Concurrent function here so they will know how to make their formulas run asynchronous or synch depending on the situation ;) I think in the resetting of the controls it can all be done in a concurrent function which makes the app more efficient.
@Soulebi03 very good callout! I think at some point I’ll make a video with a mix of refinements on this project and that would definitely be a part of it! Cheers
it would be awesome to also filter by the 'Assigned To' and see related tasks for that user or user(s) so not to overload a teammate. I would also love to see a gantt view of task items. Ability to adjust the start and due date by dragging a handle, link dependencies, etc.
Great work, this is a great video series! Go 'nucks!
Thank you! I'll look into those suggestions for future videos.The gnatt view sounds complex but I’m sure doable!
Your channel is honestly one of the best or if not the best channel with long tutorials on the internet. Just the right pace, not too fast that nobody can follow it and not too basic to lose our attention.
Thank you so much! It’s encouraging to hear these tutorials are landing well. More to come and I’ll continue to get better, cheers!
I second this! Thank so much you Nik!! :)
You’re very welcome, and thank you for the support!
This is so straight forward and perfect to follow. And it works! Well done Nik and keep it up
Thank you so much! Glad it was easy to follow, cheers!
Another great video, thank you, Nik! I will apply this to my projects for sure
Thank you! I appreciate you becoming a member as well!
I learned many things but two stood out and is superuseful.
1. How proper use of containers will make the app responsive for al the screens
2. This way of filtering is better.
Thanks a lot for the learnings.
I’m happy to hear that! Once you realize how to use containers it opens up a whole new world of building power apps. Cheers!
Nik delivers again! Love it. Awesome initiative for a complete series.
Thank you very much! Glad you’re enjoying the series!
It help my work, thank you Nik.
Really happy to hear that! Thank you for the support and joining as a member! I got more content coming that will hopefully help you even more
@ I will support you all the time.
@pongpaksubsirianan785 I appreciate that!
Great effort Nik, I quit using rectangles for 1px separators if no hover effect is needed and just simply use a container control for that. Kudos for using containers for padding-bottoms 🥰
That’s a great point, would be easier to just use a container!
Great content, brother! I truly appreciate your work and look forward to seeing more.
Quick question: Is it possible to add an icon on the screen, perhaps next to the filter, to reset the filter properties without opening the popup?
Great suggestion! I’ll add that to my notes for a future video
Great video again. How to set the default values of the comboxes of the filter (so Status should be To Do) and apply that to the gallery when opening the screen Tasks.
Hi thank you! In order to set this default filter when the user first opens the app, you would have to create the filter collection at the App OnStart property, set the columns to blank except the status column you can set to To Do. Let me know if that works!
Serious question, where did you learn UI/UX designs or get your inspiration from? Looks great!
Thanks! I mostly pay attention to the apps I use and implement certain features I like. I also look at designs on sites like dribbble, there’s a lot of good stuff out there!
How do you apply all these filter to the datasource?
Hi Paul, can you explain further what you mean? I apply the filters to the gallery
Could you do another video of creating a chat/comment feature in this project management tool? Would you use dataverse or Sharepoint list for the comments? Especially, how to create a @mention feature in the chat/comments ?
That’s a great suggestion! Since we’re already using SharePoint I will stick with that but it would be possible in Dataverse as well. The @mention is interesting to look into as well. Stay tuned and I’ll attempt this in a future video!
Hi, is it possible to have a copy of its .msapp file? Thank you!
Hi! Once the final app is finished I will think of a good way to share the .msapp file
ohh no... I wanted to be the first to comment.... I have done exactly what you did... no problem on the way... but the question is that please can you do a video on how to build custom forms having signature and any other custom data that one can possibly do...
Haha you were almost first! Besides signatures, what other custom data are you thinking? I did a custom form in my previous video with various inputs so I wonder if there’s anything else you’d like to see
data like signature ,camera, print @@TheAnalystNik
Woow the whole app is amazing. Quick question. If I want to create something similar but they must be able to copy prebuilt project plans and just create new project plans based on the selected project plan would that be possible. My apologies i know its a mouth full.
Thank you! That should be achievable using the Patch function. Can you give an example of what a project template would look like?
a non tech question, how were you able to put that calendar into your wall without damaging the wall?
That’s the best question of all! I used Command Strips!
@@TheAnalystNik im planning to join membership too will it also cover how you were able to build this app from scratch? Id like to know the fundamentals to having a neat looking app. Mine looks like legit garbage compared to yours.
The first video of this series is on my channel for free! Joining the membership will give you early access to my videos and is mainly a way to support my content. Cheers!
@@TheAnalystNik maybe it's also best to talk about the Concurrent function here so they will know how to make their formulas run asynchronous or synch depending on the situation ;) I think in the resetting of the controls it can all be done in a concurrent function which makes the app more efficient.
@Soulebi03 very good callout! I think at some point I’ll make a video with a mix of refinements on this project and that would definitely be a part of it! Cheers
can we get this package
Once we are completed the series I will figures something out as far as sharing the whole build, cheers!
How can one hire Nik?
Hi Michael, send me an email with what you are looking for and we can discuss further! Email is in my channel details