Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ChuckTerry committed Aug 22, 2023
2 parents 1c91c49 + c5a5557 commit 53fa815
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 2 deletions.
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report--desktop-.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
name: Bug report (Desktop)
about: Report a bug or other problem you're having
title: "[Bug] Descriptive Title"
labels: Bug
assignees: ChuckTerry

---

## Describe the Bug ##
A clear and concise description of what the bug is. There's no such thing as too many details.

## Reproduction Steps ##
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
5. ...

## Expected behavior ##
What do you expect to happen (i.e., if the bug wasn't there, how should the software act)

## Screenshots ##
If applicable, add screenshots to help explain your problem.

## Platform Information ##
(On Windows: [Windows Key] + [r], then type "winver" and press enter)
- OS: [e.g. Windows 11, iOS, Ubuntu]
- Edition [e.g. Home, Pro]
- Version [e.g. 22H2]
- Build [e.g. 23521.1000]
- Release Channel [e.g. Insider Build (For most, this will be blank)]

## Browser Information ##
- Browser [e.g. Chrome, Safari]
- Version [e.g. 116.0.1938.43]
- Build [e.g. Official]
- Channel [e.g. Beta]
- Architecture [e.g. 64-bit, 32-bit]

## Moodle Information ##
- Version [e.g. 4.1]
- Homepage URL [e.g. https://moodle.myuniversity.edu/]

## Additional context ##
Add any other context about the problem here.
20 changes: 20 additions & 0 deletions .github/workflows/update-repo-visualizer.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: "updateVisuals"
on:
push:
branches: [ "main" ]

jobs:
update:
name: Update
runs-on: 'ubuntu-latest'
permissions:
actions: write
contents: write
steps:
- name: Checkout code
uses: actions/checkout@master
- name: Repo Visualizer
uses: githubocto/repo-visualizer@0.9.1
with:
output_file: "./project-files/diagram.svg"
excluded_paths: "dist,node_modules"
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# invictus
Flash Cards for Moodle
# Invictus
## Flash Cards for Moodle
Why send your students to external sites that aggressively try to steal their personal information or bug them to pay a premium fee every 10 minutes? Quizlet, Chegg, Brainly, ... the list goes on. Well now you don't have to, thanks to Invictus!

*See [The Flash Card Manager](https://chuckterry.me/projects/invictus/manager/) for more info*

## Repository Layout
![Graphic Visualization of the Repository's layout](https://github.com/ChuckTerry/Invictus/blob/main/project-files/diagram.svg)
1 change: 1 addition & 0 deletions project-files/diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 53fa815

Please sign in to comment.