Skip to content

Commit 70c2be4

Browse files
Merge pull request #20 from Ditectrev/feature/sync-works
Feature/sync works
2 parents e4cba8e + bc0f5ec commit 70c2be4

28 files changed

+474
-79
lines changed

.github/FUNDING.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# These are supported funding model platforms
2+
3+
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
patreon: Ditectrev
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
12+
polar: # Replace with a single Polar username
13+
buy_me_a_coffee: # Replace with a single Buy Me a Coffee username
14+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ A clear and concise description of what the bug is.
1212

1313
**To Reproduce**
1414
Steps to reproduce the behavior:
15-
1. Go to '...'
16-
2. Click on '....'
17-
3. Scroll down to '....'
15+
1. Go to `...`
16+
2. Click on `....`
17+
3. Scroll down to `....`
1818
4. See error
1919

2020
**Expected behavior**
@@ -24,15 +24,15 @@ A clear and concise description of what you expected to happen.
2424
If applicable, add screenshots to help explain your problem.
2525

2626
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
27+
- OS: `[e.g. iOS]`
28+
- Browser: `[e.g. chrome, safari]`
29+
- Version: `[e.g. 22]`
3030

3131
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser [e.g. stock browser, safari]
35-
- Version [e.g. 22]
32+
- Device: `[e.g. iPhone6]`
33+
- OS: `[e.g. iOS8.1]`
34+
- Browser: `[e.g. stock browser, safari]`
35+
- Version: `[e.g. 22]`
3636

3737
**Additional context**
3838
Add any other context about the problem here.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Please choose the PR Type and give as many details as possible about your PR.
55

66
Fixes #0000 <!-- link to issue if one exists -->
77

8-
- [ ] I have read and agree to the [Code of Conduct](https://github.com/eduardconstantin/azure-fundamentals/blob/main/CODE_OF_CONDUCT.md), and have followed the [Contributing guidelines](https://github.com/eduardconstantin/azure-fundamentals/blob/main/CONTRIBUTING.md).
8+
- [ ] I have read and agree to the [Code of Conduct](CODE_OF_CONDUCT.md), and have followed the [Contributing guidelines](CONTRIBUTING.md).
99

1010
## Pull Request Type
1111

.github/workflows/azure-static-web-apps-nice-sky-0509a9903.yml renamed to .github/workflows/azure-static-web-apps-kind-plant-0e80e5803.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
name: Build and Deploy Job
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919
with:
2020
submodules: true
2121
- name: Setup Node.js
@@ -28,7 +28,7 @@ jobs:
2828
id: builddeploy
2929
uses: Azure/static-web-apps-deploy@v1
3030
with:
31-
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_NICE_SKY_0509A9903 }}
31+
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_KIND_PLANT_0E80E5803 }}
3232
repo_token: ${{ secrets.GITHUB_TOKEN }} # Used for Github integrations (i.e. PR comments)
3333
action: "upload"
3434
###### Repository/Build Configurations - These values can be configured to match your app requirements. ######
@@ -51,5 +51,5 @@ jobs:
5151
id: closepullrequest
5252
uses: Azure/static-web-apps-deploy@v1
5353
with:
54-
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_NICE_SKY_0509A9903 }}
54+
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_KIND_PLANT_0E80E5803 }}
5555
action: "close"

.gitignore

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,8 @@ yarn-error.log*
3636
# typescript
3737
*.tsbuildinfo
3838
next-env.d.ts
39+
40+
/test-results/
41+
/playwright-report/
42+
/blob-report/
43+
/playwright/.cache/

CODE_OF_CONDUCT.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -17,23 +17,23 @@ diverse, inclusive, and healthy community.
1717
Examples of behavior that contributes to a positive environment for our
1818
community include:
1919

20-
* Demonstrating empathy and kindness toward other people
21-
* Being respectful of differing opinions, viewpoints, and experiences
22-
* Giving and gracefully accepting constructive feedback
23-
* Accepting responsibility and apologizing to those affected by our mistakes,
20+
- Demonstrating empathy and kindness toward other people
21+
- Being respectful of differing opinions, viewpoints, and experiences
22+
- Giving and gracefully accepting constructive feedback
23+
- Accepting responsibility and apologizing to those affected by our mistakes,
2424
and learning from the experience
25-
* Focusing on what is best not just for us as individuals, but for the
25+
- Focusing on what is best not just for us as individuals, but for the
2626
overall community
2727

2828
Examples of unacceptable behavior include:
2929

30-
* The use of sexualized language or imagery, and sexual attention or
30+
- The use of sexualized language or imagery, and sexual attention or
3131
advances of any kind
32-
* Trolling, insulting or derogatory comments, and personal or political attacks
33-
* Public or private harassment
34-
* Publishing others' private information, such as a physical or email
32+
- Trolling, insulting or derogatory comments, and personal or political attacks
33+
- Public or private harassment
34+
- Publishing others' private information, such as a physical or email
3535
address, without their explicit permission
36-
* Other conduct which could reasonably be considered inappropriate in a
36+
- Other conduct which could reasonably be considered inappropriate in a
3737
professional setting
3838

3939
## Enforcement Responsibilities
@@ -60,7 +60,7 @@ representative at an online or offline event.
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
6262
reported to the community leaders responsible for enforcement at
63-
ibinceanu.eduard@yahoo.com.
63+
contact@ditectrev.com.
6464
All complaints will be reviewed and investigated promptly and fairly.
6565

6666
All community leaders are obligated to respect the privacy and security of the
@@ -106,7 +106,7 @@ Violating these terms may lead to a permanent ban.
106106
### 4. Permanent Ban
107107

108108
**Community Impact**: Demonstrating a pattern of violation of community
109-
standards, including sustained inappropriate behavior, harassment of an
109+
standards, including sustained inappropriate behavior, harassment of an
110110
individual, or aggression toward or disparagement of classes of individuals.
111111

112112
**Consequence**: A permanent ban from any sort of public interaction within

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing Guidelines
22

3-
First off, thank you for considering contributing to Azure Cloud Exams.
3+
First off, thank you for considering contributing to Practice Exams Platform.
44

55
It's people like you that make this project such a great tool.
66

@@ -51,15 +51,15 @@ Now clone the forked repository to your machine. Go to your GitHub account, open
5151
Open a terminal and run the following git command:
5252

5353
```
54-
git clone https://github.com/eduardconstantin/azure-cloud-exams.git
54+
git clone https://github.com/Ditectrev/Practice-Exams-Platform.git
5555
```
5656

5757
## Create a branch
5858

5959
Change to the repository directory on your computer (if you are not already there):
6060

6161
```
62-
cd azure-cloud-exams
62+
cd Practice-Exams-Platform
6363
```
6464

6565
Make sure you are on the `dev` branch by running the command :

README.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<h1 align="center">Azure Cloud Exams</h1>
1+
<h1 align="center">🧪 Practice Exams Platform</h1>
22
<br />
33

44
<div align="center">
@@ -13,7 +13,11 @@ UPDATE: The project is now using this
1313
[repo](https://github.com/Ditectrev/Microsoft-Azure-AZ-900-Microsoft-Azure-Fundamentals-Exam-Questions-Answers) as a
1414
database, replacing Cosmos DB.
1515

16-
UPDATE2: The project has a new name to better fit it's purpose, now it has all azure exams from this [collection](https://github.com/Ditectrev?q=azure&type=all&language=&sort=)
16+
UPDATE2: The project has a new name to better fit it's purpose, now it has all azure exams from this [collection](https://github.com/Ditectrev)
17+
18+
UPDATE3: Ditectrev took over this project and using it as a platform for students to practice their exam preparations for tests from our repositories.
19+
20+
IMPORTANT: do not delete commented out code related to CosmosDB. We might use it to store questions soon in the future instead of from the repositories. Additionally, for the same reason let's keep Azure deployment, with that, the usage of NoSQL (CosmosDB) database is practically ready after commenting out some lines of code.
1721

1822
</div>
1923

@@ -23,19 +27,19 @@ UPDATE2: The project has a new name to better fit it's purpose, now it has all a
2327
<div align="center">
2428
<br />
2529

26-
[![Contributors](https://img.shields.io/github/contributors/eduardconstantin/azure-cloud-exams?style=flat-square)](https://github.com/eduardconstantin/azure-cloud-exams/graphs/contributors)
27-
[![Issue](https://img.shields.io/github/issues/eduardconstantin/azure-cloud-exams?style=flat-square)](https://github.com/eduardconstantin/azure-cloud-exams/issues)
28-
[![PRs](https://img.shields.io/github/issues-pr/eduardconstantin/azure-cloud-exams?style=flat-square)](https://github.com/eduardconstantin/azure-cloud-exams/pulls)
30+
[![Contributors](https://img.shields.io/github/contributors/Ditectrev/Practice-Exams-Platform?style=flat-square)](../../graphs/contributors)
31+
[![Issue](https://img.shields.io/github/issues/Ditectrev/Practice-Exams-Platform?style=flat-square)](../../issues)
32+
[![PRs](https://img.shields.io/github/issues-pr/Ditectrev/Practice-Exams-Platform?style=flat-square)](../../pulls)
2933
<br>
30-
[![Project license](https://img.shields.io/github/license/eduardconstantin/azure-cloud-exams?style=flat-square)](LICENSE)
31-
[![Stars](https://img.shields.io/github/stars/eduardconstantin/azure-cloud-exams?style=flat-square)](https://github.com/eduardconstantin/azure-cloud-exams/stargazers)
34+
[![Project license](https://img.shields.io/github/license/Ditectrev/Practice-Exams-Platform?style=flat-square)](LICENSE)
35+
[![Stars](https://img.shields.io/github/stars/Ditectrev/Practice-Exams-Platform?style=flat-square)](../../Practice-Exams-Platform/stargazers)
3236

3337
</div>
3438

3539
## 🌟 Features
3640

3741
- Question sets scrapped from this
38-
[repo](https://github.com/Ditectrev?q=azure&type=all&language=&sort=).
42+
[repo](https://github.com/Ditectrev).
3943
- Correct answer displayed for each question.
4044
- Practice mode & Exam mode.
4145

@@ -44,7 +48,7 @@ UPDATE2: The project has a new name to better fit it's purpose, now it has all a
4448
Clone the repository:
4549

4650
```bash
47-
git clone https://github.com/eduardconstantin/azure-cloud-exams.git
51+
git clone https://github.com/Ditectrev/Practice-Exams-Platform.git
4852
```
4953

5054
Install dependencies:
@@ -75,10 +79,10 @@ application overall.
7579
In order to create an issue or a pull request with your changes, please read
7680
[our contribution guidelines](CONTRIBUTING.md), and thank you for being involved!
7781

78-
There is also a [Discussion tab](https://github.com/eduardconstantin/azure-cloud-exams/discussions)
82+
There is also a [Discussion tab](../../discussions)
7983

8084
For a full list of all authors and contributors, see
81-
[the contributors page](https://github.com/eduardconstantin/azure-cloud-exams/contributors).
85+
[the contributors page](../../contributors).
8286

8387
## 📜 License
8488

af.gif

-11 MB
Binary file not shown.

app/exam/layout.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ import { ReactNode } from "react";
22
import { Metadata } from "next";
33

44
export const metadata: Metadata = {
5-
title: "Azure Cloud Exams - Exam",
5+
title: "🧪 Practice Exams Platform - Exam | Ditectrev",
66
openGraph: {
7-
title: "Azure Cloud Exams - Exam",
7+
title: "🧪 Practice Exams Platform - Exam | Ditectrev",
88
},
99
};
1010

0 commit comments

Comments
 (0)