Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
PORT=3001
REACT_APP_BACKEND_URL=http://localhost:5050
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Changelog

All notable changes to this project will be documented in this file.

## [v1.0] – 2025-06-15 - Final Client Release
The current version is what Sokana Collective will receive from DISC.

This version implements the following features:
- User Signing up and logging in
- User registration for in person, virtual, and online courses
- Admin uploading, editing, and deleting courses
- Online course preview for those who have not purchased those courses
- Filtering Course by type(Online, Virtual, In person) and language (Spanish, English)
11 changes: 11 additions & 0 deletions TASKS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Project Task Board

The following touches on future possible tasks for the frontend.

## 🕒 Future Work
- [ ] Translating entire website to Spanish
- [ ] Implementing events features
- [ ] Use calendar to help user keep track of upcoming courses and events
- [ ] Fixed delayed login response of website
- [ ] Fix occasional alert error when deleting course
- [ ] Fix logging in errors without Google