Skip to content

Commit

Permalink
Clean up and standardize proposals section (#111)
Browse files Browse the repository at this point in the history
use table for info

standardize names

include pr links & status & designers in all of them

include designers in filename

standardize capitalization and summary name<->page title

add atmos roadmap it was missing
  • Loading branch information
mirrorcult committed Dec 25, 2023
1 parent b1adeda commit c3a36d7
Show file tree
Hide file tree
Showing 10 changed files with 54 additions and 45 deletions.
14 changes: 7 additions & 7 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,15 @@ Design Proposals

----------------------

- [Anomaly cores](en/proposals/anomaly-cores.md)
- [PDA messaging](en/proposals/pda-messaging.md)
- [Plant genetics](en/proposals/deltanedas-plant-genetics.md)
- [Security Genpop Rework](en/proposals/genpop_security.md)
- [Game Director](en/proposals/game-director.md)
- [Grid Inventory](en/proposals/grid-inventory.md)
- [Anomaly Cores](en/proposals/mirrorcult-anomaly-cores.md)
- [PDA Messaging](en/proposals/julian-vasilis-pda-messaging.md)
- [Plant Genetics](en/proposals/deltanedas-plant-genetics.md)
- [Security Genpop Rework](en/proposals/ike709-genpop-security.md)
- [Game Director](en/proposals/tomleys-game-director.md)
- [Grid Inventory](en/proposals/emogarbage-grid-inventory.md)
- [Atmos Roadmap](en/proposals/notafet-atmos.md)
- [Exterminator](en/proposals/deltanedas-exterminator.md)


Server Hosting
==============

Expand Down
6 changes: 4 additions & 2 deletions src/en/proposals/deltanedas-exterminator.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# The Exterminator
# Exterminator

**Author:** deltanedas
| Designers | Implemented | GitHub Links |
|---|---|---|
| deltanedas | :white_check_mark: Yes | https://github.com/space-wizards/space-station-14/pull/19946 |

## Abstract

Expand Down
27 changes: 4 additions & 23 deletions src/en/proposals/deltanedas-plant-genetics.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,8 @@
# Feature Design: plant genetics

<table>
<tr>
<td>Designer
</td>
<td>deltanedas
</td>
</tr>
<tr>
<td>Discord/Forum Thread
</td>
<td>TBD
</td>
</tr>
<tr>
<td>Github PR/Draft
</td>
<td>TBD
</td>
</tr>
</table>

# Plant Genetics

| Designers | Implemented | GitHub Links |
|---|---|---|
| deltanedas | :x: No | TBD |

# Overview:

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Grid Inventory
**Authors:** EmoGarbage

| Designers | Implemented | GitHub Links |
|---|---|---|
| EmoGarbage | :white_check_mark: Yes | https://github.com/space-wizards/space-station-14/pull/21931 |

Credit to the SS13 server Fields of Fire, whose inventory overhaul served as inspiration for the UI.

## Abstract
## Overview

Grid inventory is intended to be a replacement for the current inventory backend and UI.
It encompasses both an internal rewriting of storages, wherein they are classified by geometric shapes, as well as a redesign of the UI, aiming to translate the internal logistics of the system in an immediately understandable way.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Genpop Security
By ike709 with heavy inspiration from [AndrewMontagne & OracleStation 13](https://github.com/OracleStation/OracleStation/pull/419)

| Designers | Implemented | GitHub Links |
|---|---|---|
| ike709 | :x: No | TBD |

with heavy inspiration from [AndrewMontagne & OracleStation 13](https://github.com/OracleStation/OracleStation/pull/419)

## Design Goal

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
## PDA messaging program and server
## PDA Messaging

[Julian, VasilisThePikachu, Unapproved]
| Designers | Implemented | GitHub Links |
|---|---|---|
| Julian & VasilisThePikachu | :x: No | TBD |

*(Taken by [Julian doc](https://hackmd.io/iu2yK9bcQb-veuCOLl-FYw?both#Optional-Channels-and-Department-based-Channels) in hackmd and modified a lil. Mostly replacing "email" to "message", "Email address" to "user/user id" and adding some of my own twists. Julian was fine with this if i understood correctly (i was in vc with em))*

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Anomaly Cores and the G.O.R.I.L.L.A Gauntlets

| Designers | Implemented | GitHub Links |
|---|---|---|
| mirrorcult | :warning: Partially | https://github.com/space-wizards/space-station-14/pull/21306 |

The intention of this proposal is not to expand the anomaly gameplay system through breadth (i.e. more stuff) but to add new dimensions of gameplay and new incentives entirely. This will be done through two main additions: **inert & decaying anomaly cores**, and the **G.O.R.I.L.L.A Gauntlets**.

## Anomaly Cores
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Roadmap For Atmospherics
# Atmos Roadmap

| Designers | Implemented | GitHub Links |
|---|---|---|
| notafet | :warning: Partially | https://github.com/space-wizards/space-station-14/pull/21954 https://github.com/space-wizards/space-station-14/pull/22358 https://github.com/space-wizards/space-station-14/pull/22468 |

## Background

Expand All @@ -8,7 +12,7 @@ Most atmos players currently agree that atmos is not very fun to play, for some

2. Atmos can't actually rectify atmos problems in a reasonable amount of time. For example, if there actually is a plasma leak, scrubbers typically work too slowly resulting in the plasma inevitably being lit before it can be cleaned up.

3. Atmos techs don't play with the rest of the station, preferring to isolate themselves to produce a funny green gas that is only particularly useful for shuttle bombing. Mechanics like this violate the [fundamental design principles](en/general-development/feature-proposals/ss14-fundamental-design-principles.md). While these mechanics shouldn't be removed per-se, more focus should be given to mechanics that increase interactions with the station, like making sure the air is breathable and well-heated.
3. Atmos techs don't play with the rest of the station, preferring to isolate themselves to produce a funny green gas that is only particularly useful for shuttle bombing. Mechanics like this violate the [fundamental design principles](../general-development/feature-proposals/ss14-fundamental-design-principles.md). While these mechanics shouldn't be removed per-se, more focus should be given to mechanics that increase interactions with the station, like making sure the air is breathable and well-heated.

## Proposal

Expand Down
12 changes: 9 additions & 3 deletions src/en/proposals/proposal-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,20 @@

Your title should convey the basic jist of your proposed changes. It should be short because the text will be linked in the sidebar.

**Authors:** foo, bar
| Designers | Implemented | GitHub Links |
|---|---|---|
| Your Names Here | :white_check_mark: Yes or :warning: Partially or :information_source: Open PR or :x: No | PR Links or TBD |

The names that you use on GitHub and/or Discord. This is optional but strongly recommended, since:
`Designers` should be the names that you use on GitHub and/or Discord. This is optional but strongly recommended, since:

- This acknowledges credit where it is due
- People who are confused about the written intent can use this information to contact the authors

## Abstract
`Implemented` is the status of the feature.

Github links can include multiple PRs, if relevant.

## Overview

A very short, maybe three sentence summary of what this proposal is about. A high level "overview" or "what this adds".

Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
# Game Director / Dynamic Event Scheduler
# Game Director

**Authors:** tom-leys (RecallSingularity)
| Designers | Implemented | GitHub Links |
|---|---|---|
| tom-leys (RecallSingularity) | :information_source: Open PR | https://github.com/space-wizards/space-station-14/pull/16548 |

## Abstract
## Overview

Triggers game events to attain a chaos goal. Goal varies during each round to create variety.
By measuring and varying chaos, the director keeps the challenge each round within a fun band. It reacts to player success
Expand Down

0 comments on commit c3a36d7

Please sign in to comment.