Skip to content
Snippets Groups Projects
Commit 55172546 authored by Peter Mangelsdorf's avatar Peter Mangelsdorf
Browse files

Add first changelog; cleanup credits; add first security; add more notes; replace old logo

parent dc76c045
No related branches found
No related tags found
No related merge requests found
# CHANGELOG # CHANGELOG
TODO ## [2022-02-13]()
### Added
- [Generate First set of Labels](https://gitlab.cci.drexel.edu/courseeval/team-blue/-/labels)
- [Write First set of Issues](https://gitlab.cci.drexel.edu/courseeval/team-blue/-/boards/1136)
- [Release First Changelog](https://gitlab.cci.drexel.edu/courseeval/team-blue/-/blob/main/CHANGELOG.md)
- [Publish First Contributing Guidelines](https://gitlab.cci.drexel.edu/courseeval/team-blue/-/blob/main/documents/developers/CONTRIBUTING.md)
- [Publish First Code of Conduct](https://gitlab.cci.drexel.edu/courseeval/team-blue/-/blob/main/documents/developers/CONDUCT.md)
### Fixed
- [README now has accurate information and full member contacts](https://gitlab.cci.drexel.edu/courseeval/team-blue/-/commit/14de6cd170d872b47d66e0860cae066771845058)
- [Documentation now under the correct folder and properly organized](https://gitlab.cci.drexel.edu/courseeval/team-blue/-/blob/main/documents)
### Changed
- [Updated Title logo to not be so ugly](https://gitlab.cci.drexel.edu/courseeval/team-blue/-/blob/main/resources/title.png)
- [Added header to LICENSE clarifying Documentation and Code licensing](https://gitlab.cci.drexel.edu/courseeval/team-blue/-/commit/4bb0ce696782543a99b12e767eaf23114050db9a)
### Removed
- [Remove Unused Prototypes Folder](https://gitlab.cci.drexel.edu/courseeval/team-blue/-/commit/dc76c04594931d94a87acc7e94c1a8922d7e2e91)
- [Remove Several Unused Documents](https://gitlab.cci.drexel.edu/courseeval/team-blue/-/commit/14de6cd170d872b47d66e0860cae066771845058)
...@@ -3,7 +3,9 @@ ...@@ -3,7 +3,9 @@
TODO TODO
[Shields.IO](https://shields.io/) ## [Shields.IO](https://shields.io/)
- For displaying fancy badges on the README
[Markdown License badges](https://gist.github.com/lukas-h/2a5d00690736b4c3a7ba) ## [Markdown License badges](https://gist.github.com/lukas-h/2a5d00690736b4c3a7ba)
- For help on displaying fancy badges on the README
# Security
This repo has no code. If you have found a code vulnerability, please see the appropriate repository.
If you think any of the following fit your concern, please contact [Peter Mangelsdorf on Outlook](mailto:peter.j.mangelsdorf@outlook.com) ASAP, thank you:
- repository security settings misconfiguration
- leaked sensitive personal information regarding any stakeholder or member
- dangerous team processes
- inappropriate member activity
...@@ -20,10 +20,11 @@ ...@@ -20,10 +20,11 @@
- 6. How to Merge Notes - 6. How to Merge Notes
- Already scattered all over the damn place - Already scattered all over the damn place
- Need to merge - how? - Need to merge - how?
- Also bear in mind use of Discord as a "temporary notes platform" - - SE420 FA22Q2 Teams OneNote Notebook (This will probably continue to see use, especially regarding sensitive information)
- - SE420 FA22Q2 Teams OneNote Notebook
- ~~Peter's Google Keep (In Progress Download and Transfer)~~ (No Longer Relevant/Needed) - ~~Peter's Google Keep (In Progress Download and Transfer)~~ (No Longer Relevant/Needed)
- ~~Peter's Personal Notes (In Progress Transfer)~~ (No Longer Relevant/Needed) - ~~Peter's Personal Notes (In Progress Transfer)~~ (No Longer Relevant/Needed)
- Also bear in mind use of Discord as a "temporary notes platform"
- Eh, for now, not of concern
- 7. Required Qualities of Notes - 7. Required Qualities of Notes
- What do people find useful/necessary? - What do people find useful/necessary?
- Ability to simultaneously edit notes online at same time has been very popular recently - Ability to simultaneously edit notes online at same time has been very popular recently
...@@ -42,16 +43,16 @@ ...@@ -42,16 +43,16 @@
- Language: Standard-Markdown - Language: Standard-Markdown
## Immediate Tasks ## Immediate Tasks
- [ ] [About](#readme) (README) (Needs Fixes) - [x] [About](#readme) (README) (Needs Fixes)
- [x] [License](#content-license) (LICENSE) (Needs Non-Code (Content) Section) - [x] [License](#content-license) (LICENSE) (Needs Non-Code (Content) Section)
- [ ] [Code of Conduct](#conduct) (CONDUCT) - [ ] [Code of Conduct](#conduct) (CONDUCT)
- [ ] [Contributing Guidelines](#code-contributing-guidelines) (CONTRIB) - [ ] [Contributing Guidelines](#code-contributing-guidelines) (CONTRIB)
- [ ] [Architecture](#arch-files) (ARCH) - [x] [Architecture](#arch-files) (ARCH)
- [ ] [Changes](#change-logs) (CHANGELOG) - [x] [Changes](#change-logs) (CHANGELOG)
- [ ] [Security](#security) (SECURITY) - [x] [Security](#security) (SECURITY)
- [ ] [Issue Templates](#issue-templates) (.gitlab) - [ ] [Issue Templates](#issue-templates) (.gitlab)
- [x] [Issue Tags](#issue-tags) - [x] [Issue Tags](#issue-tags)
- [ ] [Issue Management](#issue-management) (boards) (milestones) (notifications) - [x] [Issue Management](#issue-management) (boards) (milestones) (notifications)
- [ ] [Current Issues](#current-issues) (6) (On Tracker) (Assigned) (Deadlined) - [ ] [Current Issues](#current-issues) (6) (On Tracker) (Assigned) (Deadlined)
## README ## README
...@@ -194,14 +195,21 @@ team-blue/: ...@@ -194,14 +195,21 @@ team-blue/:
external-interaction.md external-interaction.md
proposal.md proposal.md
team-process.md team-process.md
docs/: documents/:
decisions/: decisions/:
0001-use-decisions-as-docs.md 0001-use-decisions-as-docs.md
developers/:
conduct.md # BIG how to be nice
contributing.md # BIG contrib guidelines
decisions.md # EXPLAIN how to make decisions
processes.md # EXPLAIN labels, decision, how the project fits together
discussion-template.md
writing-changelogs.md
discussions/: discussions/:
2022-02-12.md 2022-02-12.md # a name might follow these as well
conduct.md public/:
contributing.md # anything the general public might need to see
security.md security.md # who to really contact
resources/: resources/:
team-logo.png team-logo.png
drexel-logo.png drexel-logo.png
...@@ -212,3 +220,7 @@ team-blue/: ...@@ -212,3 +220,7 @@ team-blue/:
readme.md readme.md
``` ```
## Working Style
- Peter: For *this* repo (the team), branching style will probably be best style to use
- Peter: For the *external project*, an entirely new repo is probably most suitable
resources/title.png

50.8 KiB | W: | H:

resources/title.png

527 KiB | W: | H:

resources/title.png
resources/title.png
resources/title.png
resources/title.png
  • 2-up
  • Swipe
  • Onion skin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment