Skip to content

Commit 0ffc043

Browse files
committed
Add Features section
1 parent b8e800d commit 0ffc043

File tree

1 file changed

+38
-3
lines changed

1 file changed

+38
-3
lines changed

README.md

Lines changed: 38 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ A bespoke CMS for the Landscape Architecture Film Series website
44

55
## Description
66

7+
> [!NOTE]
8+
> ALL CONTENTS IN THIS REPO ARE FOR EDUCATIONAL PURPOSES ONLY.
9+
710
_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).
811

912
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,
3336

3437
More screenshots below.
3538

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
3758

38-
ALL CONTENTS IN THIS REPO ARE FOR EDUCATIONAL PURPOSES ONLY.
59+
* Interface
60+
* Instant content synchronization
61+
* Multi-user collaboration support
3962

4063
## Project Structure
4164

@@ -79,6 +102,10 @@ lafs-cms/
79102
└── requirements.txt
80103
```
81104

105+
## Prerequisities
106+
107+
TODO
108+
82109
## Getting Started
83110

84111
### Dependencies
@@ -158,14 +185,18 @@ lafs-cms/
158185

159186
* See [https://github.com/ggeerraarrdd/lafs-cms/releases](https://github.com/ggeerraarrdd/lafs-cms/releases)
160187

161-
### Future Work
188+
## Future Work
162189

163190
Development of primary features is ongoing.
164191

165192
## License
166193

167194
* [MIT License](https://github.com/ggeerraarrdd/large-parks/blob/main/LICENSE)
168195

196+
## Contributing
197+
198+
TODO
199+
169200
## Acknowledgments
170201

171202
* Notion AI
@@ -178,3 +209,7 @@ Development of primary features is ongoing.
178209
![LAFSCMS](docs/images/lafscms_5.png)
179210
![LAFSCMS](docs/images/lafscms_6.png)
180211
![LAFSCMS](docs/images/lafscms_7.png)
212+
213+
## Fronticepiece
214+
215+
TODO

0 commit comments

Comments
 (0)