Changes

807 bytes added ,  20:12, 25 November 2022
Line 1: Line 1:  +
== Calendar 2022? ==
 +
* New page about Managed Environments
 +
* icons..
 +
* New category good to know
 +
* New Good to Know page "Dataverse Basics" where append/append to is explained and other stuff we come to think of
 +
* Power pages updated page. Nick D stuff, ga date, ikon, ny blogg
 +
* Introducing something new for main page, which will be used 2023.... Featured igen?
 +
* Nya bloggar med inspo från ppweekly och de jag följer
 +
* Intro om ny person att hjälpa till med uppdateringar?
 +
* uppdatera menyn så att man lättare ser innehåll..?
 +
* Power Apps Ideas
 +
* Power Apps Cards
 +
* Adaptive Cards
 +
* PVA tomasz yt-kanal lista?
 +
* new pages for newsletters med ppw ppdw ff, FastTrack och heather
 +
* ms events around the year pic
 +
* ett forms formulär där man kan fylla i önskemål om saker man vill lägga till i wikin, sin blogg eller ett ämne man önskar få förklarat eller saker man saknar i ms Docs/learn
 +
* sparkl benno?
 +
* Dynamics delar utökat? T ex hr
 +
* automatik kit, creator kit
 +
* Maker matching
 +
* jy nytt Community
 +
 
== Todo ==
 
== Todo ==
* Create Power Wiki page on Wikipedia
  −
* Create Power Wiki page on BizApps Wiki and link to BizApps wiki from here
   
* Show PDFs and especially the licensing PDF from the community
 
* Show PDFs and especially the licensing PDF from the community
 
* SPARLK
 
* SPARLK
Line 8: Line 29:  
- "How to set-up pipelines" page tagged with how-to
 
- "How to set-up pipelines" page tagged with how-to
 
* Env. strategies
 
* Env. strategies
 +
* Keep yourself updated!
 +
Power Apps blog
 +
PP Weekly
 +
PP Dev Weekly
    
== Todo CC ==
 
== Todo CC ==
Line 58: Line 83:  
| text = Test test test
 
| text = Test test test
 
}}
 
}}
  −
  −
‎<syntaxhighlight lang="python" line>
  −
def quick_sort(arr):
  −
less = []
  −
pivot_list = []
  −
more = []
  −
if len(arr) <= 1:
  −
return arr
  −
else:
  −
pass
  −
‎</syntaxhighlight>