Skip to content

Commit

Permalink
Add note db (#5)
Browse files Browse the repository at this point in the history
* Add upload skeleton

* Add file upload capability

* Add s3 video upload & get link

* Upgrade db removing transcript location

* Migrate db to int transcription status

* Add transcription

* Install requests

* Finished transcription!

* Add functions to get transcript lines, and lines for tags

* add back button on NOte

* Handle video existence toggling

* Add transcription back-end endpoint

* Add code for tag toggle

* Add transcript text output

* Add video player

* add skeleton for editable title

* get rid of unnecessary app printouts

* Add click to title to modify it

* Add editable title

* Add new aws task definition
  • Loading branch information
kk1694 committed Sep 2, 2021
1 parent f8e4bcc commit e84daaf
Show file tree
Hide file tree
Showing 22 changed files with 880 additions and 59 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/aws.yml
Expand Up @@ -120,6 +120,6 @@ jobs:
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
with:
task-definition: aws-task-definition.json
service: noki-frontend-service
cluster: noki-frontend-trial
service: noki-app-ecs
cluster: noki-app-cluster
wait-for-service-stability: true
4 changes: 4 additions & 0 deletions .gitignore
Expand Up @@ -2,9 +2,13 @@

.env

# for development we might have some mp4 files hanging around
*.mp4

# python relate
venv
__pycache__
nbs

# dependencies
/node_modules
Expand Down

0 comments on commit e84daaf

Please sign in to comment.