diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 3dc5ee6..0000000 --- a/.editorconfig +++ /dev/null @@ -1,8 +0,0 @@ -; Top-most EditorConfig file -root = true - -; 4-column space indentation -[*] -indent_style = space -indent_size = 4 -trim_trailing_spaces = true diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index 2948709..0000000 --- a/.gitattributes +++ /dev/null @@ -1,14 +0,0 @@ -*.cs text=auto diff=csharp -*.html text=auto -*.htm text=auto -*.css text=auto -*.scss text=auto -*.sass text=auto -*.less text=auto -*.js text=auto -*.sql text=auto - -*.csproj text=auto merge=union -*.sln text=auto eol=crlf merge=union - -*.item -text diff --git a/.gitignore b/.gitignore deleted file mode 100644 index d0db47d..0000000 --- a/.gitignore +++ /dev/null @@ -1,52 +0,0 @@ -# may contain OAuth secrets, do not commit -.sitecore/user.json - -# NuGet cache for Sitecore CLI -.sitecore/package-cache/ - -# Ephemeral index caches used by serialization, do not commit -.scindex - -# Don't commit packages -*.itempackage -*.sicpackage - - -# User-specific files -*.rsuser -*.suo -*.user -*.userosscache -*.sln.docstates - -#Ignore thumbnails created by Windows -Thumbs.db -#Ignore files built by Visual Studio -*.obj -*.exe -*.pdb -*.user -*.aps -*.pch -*.vspscc -*_i.c -*_p.c -*.ncb -*.suo -*.tlb -*.tlh -*.bak -*.cache -*.ilk -*.log -[Bb]in -[Dd]ebug*/ -*.lib -*.sbr -obj/ -[Rr]elease*/ -_ReSharper*/ -[Tt]est[Rr]esult* -.vs/ -#Nuget packages folder -packages/ \ No newline at end of file diff --git a/ENTRYFORM.md b/ENTRYFORM.md deleted file mode 100644 index 338b185..0000000 --- a/ENTRYFORM.md +++ /dev/null @@ -1,85 +0,0 @@ -# Hackathon Submission Entry form - -> __Important__ -> -> Copy and paste the content of this file into README.md or face automatic __disqualification__ -> All headlines and subheadlines shall be retained if not noted otherwise. -> Fill in text in each section as instructed and then delete the existing text, including this blockquote. - -You can find a very good reference to Github flavoured markdown reference in [this cheatsheet](https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet). If you want something a bit more WYSIWYG for editing then could use [StackEdit](https://stackedit.io/app) which provides a more user friendly interface for generating the Markdown code. Those of you who are [VS Code fans](https://code.visualstudio.com/docs/languages/markdown#_markdown-preview) can edit/preview directly in that interface too. - -## Team name -⟹ Write the name of your Hackathon team here - -## Category -⟹ Write the name of the selected category - -## Description -⟹ Write a clear description of your hackathon entry. - - - Module Purpose - - What problem was solved (if any) - - How does this module solve it - -_You can alternately paste a [link here](#docs) to a document within this repo containing the description._ - -## Video link -⟹ Provide a video highlighing your Hackathon module submission and provide a link to the video. You can use any video hosting, file share or even upload the video to this repository. _Just remember to update the link below_ - -⟹ [Replace this Video link](#video-link) - - - -## Pre-requisites and Dependencies - -⟹ Does your module rely on other Sitecore modules or frameworks? - -- List any dependencies -- Or other modules that must be installed -- Or services that must be enabled/configured - -_Remove this subsection if your entry does not have any prerequisites other than Sitecore_ - -## Installation instructions -⟹ Write a short clear step-wise instruction on how to install your module. - -> _A simple well-described installation process is required to win the Hackathon._ -> Feel free to use any of the following tools/formats as part of the installation: -> - Sitecore Package files -> - Docker image builds -> - Sitecore CLI -> - msbuild -> - npm / yarn -> -> _Do not use_ -> - TDS -> - Unicorn - -for example: - -1. Use the Sitecore Installation wizard to install the [package](#link-to-package) -2. ... -3. profit - -### Configuration -⟹ If there are any custom configuration that has to be set manually then remember to add all details here. - -_Remove this subsection if your entry does not require any configuration that is not fully covered in the installation instructions already_ - -## Usage instructions -⟹ Provide documentation about your module, how do the users use your module, where are things located, what do the icons mean, are there any secret shortcuts etc. - -Include screenshots where necessary. You can add images to the `./images` folder and then link to them from your documentation: - -![Hackathon Logo](docs/images/hackathon.png?raw=true "Hackathon Logo") - -You can embed images of different formats too: - -![Deal With It](docs/images/deal-with-it.gif?raw=true "Deal With It") - -And you can embed external images too: - -![Random](https://thiscatdoesnotexist.com/) - -## Comments -If you'd like to make additional comments that is important for your module entry. diff --git a/README.md b/README.md deleted file mode 100644 index 43b68ad..0000000 --- a/README.md +++ /dev/null @@ -1,7 +0,0 @@ -![Hackathon Logo](docs/images/hackathon.png?raw=true "Hackathon Logo") -# Sitecore Hackathon 2024 - -- MUST READ: **[Submission requirements](SUBMISSION_REQUIREMENTS.md)** -- [Entry form template](ENTRYFORM.md) - -### ⟹ [Insert your documentation here](ENTRYFORM.md) << diff --git a/SUBMISSION_REQUIREMENTS.md b/SUBMISSION_REQUIREMENTS.md deleted file mode 100644 index 651cb91..0000000 --- a/SUBMISSION_REQUIREMENTS.md +++ /dev/null @@ -1,26 +0,0 @@ -## 📜Entry Submission Requirements -All teams are required to submit the following as part of their entry submission no later than the end of the Hackathon on Saturday March 2nd 2024 at 8PM EST. The submitted entries shall be based on [**Sitecore 10.3 Update 1 XM**](https://dev.sitecore.net/Downloads/Sitecore_Experience_Platform/103/Sitecore_Experience_Platform_103_Update1.aspx). - -### IMPORTANT 👀 -> You have to fill in the README.md file found in this repository. Copy in the content of -> ENTRYFORM.md as template. - -## 🔧Sitecore Setup - -The choice is yours as to how you install Sitecore locally for the Hackathon. There is no requirement on whether you setup with Docker, SIF/SIA, Sifon, SIFless, SIM, or [insert creative approach]. We do however require that the installation steps are simple, few, and require no magic to get your submission working. We encourage you to perform a fresh install and follow your own documentation to ensure that no steps are missed. It would be unwise to try any of these installation methods for the first time the day of the Hackathon because so much can go wrong; do what you know well and invest as much time as you can being creative working on your solution. - -## 📦Deliverables -Please read carefully — and thoroughly — to ensure you have not missed any of the requirements. - -## 🍝Code -Notwithstanding the fact that value full creativity in your submission, we are going to be judgy here — we are judges, after all. Once your code is pushed to GitHub, we will look for the following with no exceptions: -- Cleanliness of code -- Clear documentation -- Adherence to Sitecore best practices (Helix) - -## 📼Documentation -The documentation requirements are extremely important. If the judges are unable to get your Hackathon project running then we can’t count it as complete. Here are items we expect to be included which must be pushed to the GitHub repo in the readme: -- Short YouTube video (2-3 minutes) describing your project submission purpose, setup instructions, and how to use it. -- One to two pages of documentation describing your project submission purpose with screenshots of the finished product and installation steps with screenshots where appropriate. - -__Read and follow the instructions in__ [ENTRYFORM](ENTRYFORM.md) diff --git a/docs/images/deal-with-it.gif b/docs/images/deal-with-it.gif deleted file mode 100644 index 9b4f4c1..0000000 Binary files a/docs/images/deal-with-it.gif and /dev/null differ diff --git a/docs/images/hackathon.png b/docs/images/hackathon.png deleted file mode 100644 index 73d998b..0000000 Binary files a/docs/images/hackathon.png and /dev/null differ diff --git a/nuget.config b/nuget.config deleted file mode 100644 index a017c6b..0000000 --- a/nuget.config +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/sitecore.json b/sitecore.json deleted file mode 100644 index 94ba2fc..0000000 --- a/sitecore.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "$schema": "./.sitecore/schemas/RootConfigurationFile.schema.json", - "modules": [ - "src/*/*/*.module.json" - ], - "plugins": [ - "Sitecore.DevEx.Extensibility.Serialization@4.1.1", - "Sitecore.DevEx.Extensibility.Publishing@4.1.1" - ], - "serialization": { - "defaultMaxRelativeItemPathLength": 120, - "defaultModuleRelativeSerializationPath": "items", - "removeOrphansForRoles": true, - "excludedFields": [] - } -} \ No newline at end of file diff --git a/src/Feature/README.md b/src/Feature/README.md deleted file mode 100644 index e7e6aec..0000000 --- a/src/Feature/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Source Code : Feature - -Add your source code for your Feature in this folder. diff --git a/src/Foundation/README.md b/src/Foundation/README.md deleted file mode 100644 index 0c8a9f4..0000000 --- a/src/Foundation/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Source Code : Foundation - -Add your source code for your Foundation in this folder. diff --git a/src/Project/README.md b/src/Project/README.md deleted file mode 100644 index 50e461c..0000000 --- a/src/Project/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Source Code : Project - -Add your source code for your Project in this folder. diff --git a/src/README.md b/src/README.md deleted file mode 100644 index cd902ed..0000000 --- a/src/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Source Code - -Add your source code in this folder.