chore: several project status updates (#288)

This commit is contained in:
aguzmant103
2025-02-27 05:09:29 -06:00
committed by GitHub
parent 96b7b35c3d
commit 0a80e2d3ba
6 changed files with 6 additions and 6 deletions

View File

@@ -57,7 +57,7 @@ export const excubiae: ProjectInterface = {
id: 'excubiae',
category: ProjectCategory.DEVTOOLS,
content,
projectStatus: ProjectStatus.ACTIVE,
projectStatus: ProjectStatus.MAINTAINED,
section: 'pse',
image: '',
license: 'MIT',

View File

@@ -28,7 +28,7 @@ With MACI Platform, you can run different kind of voting rounds for your communi
export const maciPlatform: ProjectInterface = {
id: "maci-platform",
category: ProjectCategory.APPLICATION,
projectStatus: ProjectStatus.ACTIVE,
projectStatus: ProjectStatus.INACTIVE,
section: "pse",
content,
image: "maci-platform.png",

View File

@@ -5,7 +5,7 @@ export const mpcStats: ProjectInterface = {
image: "mpc-stats.png",
name: "MPCStats",
category: ProjectCategory.APPLICATION,
projectStatus: ProjectStatus.ACTIVE,
projectStatus: ProjectStatus.INACTIVE,
section: "pse",
content: {
en: {

View File

@@ -14,7 +14,7 @@ const content: ProjectContent = {
export const pseSecurity: ProjectInterface = {
id: "pse-security",
projectStatus: ProjectStatus.ACTIVE,
projectStatus: ProjectStatus.INACTIVE,
category: ProjectCategory.RESEARCH,
section: "pse",
content,

View File

@@ -17,7 +17,7 @@ Rate-Limiting Nullifier (RLN) is a protocol designed to combat spam and denial o
export const rln: ProjectInterface = {
id: "rln",
content,
projectStatus: ProjectStatus.ACTIVE,
projectStatus: ProjectStatus.INACTIVE,
category: ProjectCategory.DEVTOOLS,
section: "pse",
image: "rln.svg",

View File

@@ -14,7 +14,7 @@ const content: ProjectContent = {
export const voicedeck: ProjectInterface = {
id: "voice-deck",
projectStatus: ProjectStatus.ACTIVE,
projectStatus: ProjectStatus.INACTIVE,
category: ProjectCategory.APPLICATION,
section: "collaboration",
content,