Sitecore App

View project on GitHub

Sitecore App

It's an Windows Store App which list the Sitecore Content Tree. It's created with Windows Store Universal Project.

Pre-requisites

Visual Studio 2013

Sitecore Instance with Sitecore Item Web API Enabled.

About

This application requires Item Web API to be enabled in your Sitecore Instance.

It is built with C# in Visual Studio 2013.

It is created with C# - Store Apps (Universal Apps). I started with the Blank App.

Blank App

Refer: https://sdn.sitecore.net/upload/sdn5/modules/sitecore%20item%20web%20api/sitecore_item_web_api_developer_guide_sc65-66-usletter.pdf

It will list the Sitecore Content Tree of a Site which you'll need to provide.

I have provided the default credentials in Code - i.e. - "sitecore\admin" - [In future updates I'll provide the option to enter credentials in Home Screen]

It won't allow you you save any changes. [If you are a developer and would like to contribute please clone and start contributing]

Screenshots

Home Screen

Home Screen

Future Plans

  • Allow CRUD Operations.

  • UI Improvements.

  • CRUD Operations via Windows Phone.