You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+38-3Lines changed: 38 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,9 @@ A bespoke CMS for the Landscape Architecture Film Series website
4
4
5
5
## Description
6
6
7
+
> [!NOTE]
8
+
> ALL CONTENTS IN THIS REPO ARE FOR EDUCATIONAL PURPOSES ONLY.
9
+
7
10
_LAFSCMS_ is the companion Content Management System (CMS) for the _Landscape Architecture Film Series_[website](https://l-a-f-s.org/). Currently in alpha, the plan is to merge the beta version with the [film series repo](https://github.com/ggeerraarrdd/film-series).
8
11
9
12
Just like any real-world organization, student-run organizations such as a film series experience knowledge loss when their members graduate. Without a knowledge transfer process, this loss can lead to technical resources being underutilized or becoming inactive. While alternative resources and processes may exist, they either need to be created from scratch, requiring significant time and resources, or are imperfect substitutes. If existing resources work perfectly fine, why go through all that effort?
@@ -33,9 +36,29 @@ As of v2.0.0-alpha.5, all user stories have been implemented except for #1, #6,
33
36
34
37
More screenshots below.
35
38
36
-
## Disclaimer
39
+
## Table of Contents
40
+
41
+
TODO
42
+
43
+
## Features
44
+
45
+
* Content Management
46
+
* Complete film series lifecycle handling (Create, Edit, Publish, Unpublish)
47
+
* Flexible schedule management tools
48
+
* Integrated media asset handling
49
+
50
+
* Security
51
+
* Secure authentication with role-based controls (Admin and Curator roles)
52
+
* Basic user privilege management
53
+
* Baseline database security implementation
54
+
55
+
* Database Features
56
+
* Historical data preservation
57
+
* Searchable archive
37
58
38
-
ALL CONTENTS IN THIS REPO ARE FOR EDUCATIONAL PURPOSES ONLY.
59
+
* Interface
60
+
* Instant content synchronization
61
+
* Multi-user collaboration support
39
62
40
63
## Project Structure
41
64
@@ -79,6 +102,10 @@ lafs-cms/
79
102
└── requirements.txt
80
103
```
81
104
105
+
## Prerequisities
106
+
107
+
TODO
108
+
82
109
## Getting Started
83
110
84
111
### Dependencies
@@ -158,14 +185,18 @@ lafs-cms/
158
185
159
186
* See [https://github.com/ggeerraarrdd/lafs-cms/releases](https://github.com/ggeerraarrdd/lafs-cms/releases)
0 commit comments