- refer to README.md in ignore
- main posting page, create a post choose your platforms or messeger servcies, then upload, or schedule upload
- work with your calendar to update your schedule
- add "post (email) signature" , have your custom selection
- have a collection of posts to be randomized
- message people on their platforms, and try to follow and make friend requests to grow the business
Only members of the project can read the README.md from the ignore folder
- Three.js v0.130.1
- Tween.js v18.6.4
- Angular v11.2.13
- angularx-qrcode v11.0.0
- Tornado v6.1
- boto3 (aws cognito idp) v1.17.107
- Docker, (tes in docker containers from linux VM) v20.10.7
- rspec v3.10.0
- capybara v3.35.3
- rspec v3.10.0
- capybara v3.35.3
-
rspec v3.10.0
-
capybara v3.35.3
-
mailslurp v12.7.1
-
puffing billy v2.4.1
- codesandbox , frontend v.2.2.3
- heroku, backend v7.56.0
- CircleCI
- Docker v20.10.7
- Virtual Box v 6.1.22
- Ubuntu VM 20.04.1
- for each commit, we append "WORKING COMMIT" so we know the commit is free of bugs
- ruby indentation 2 lines
- ts indentation 4 lines
- we use JudimaApp/src/envrionments - for dev and prod frontend configurations we includes configuations for features in the app
- JudimaApp/backend/python/template.py is mainly a class for a route for the tornado server
- JudimaApp/backend/python/tornad_server.py - dev backend server
- JudimaApp/backend/python/tornado_heroku_server.py - prod backendserver
- refer to README.md in ignore
- JudimaApp/src/app/directive/aws-login.directive.ts will handle the login logic for the account login and social media login page,
- JudimaApp/src/app/ryber.service.ts will be used for cross component subjects, to connect the related metadata as well as a contain a library for handling XHR to the backend in the ryber.aws object
- JudimaApp/backend/python/template.py is the backed that makes sure social platform metadata is connected to the User attributes of account metadata,
- the qr code is 3rd party and can be found in JudimaApp/src/app/components
- JudimaApp/src/app/directive/three.directive.ts handles the three.js animation of the planets moving, it implements tween.js for a smooth experience and makes uses of the app nav logic, other features should use the directive when handling navigation as three might be our primary choice for handling navigation
- tween.js scripts found in JudimaApp/src/assets/scripts/tween.js
- in JudimaApp/testing/TESTS.md we have where we write pseudo code for our unit,e2e and integration tests later
- JudimaApp/testing/e2e/social-e2e-circleci.rb - is where all of our e2e tests live, we test on docker in a ubuntu 20.04 to closely represent the circleCI env and write the code
- in the local testing env we use a gui browser, to oberserve to make sure the tests work properly, however in circleci we have the browsers run in headless mode.
- IN .circle is our config.yml, we make use of the company's Docker image as well as the circleci browser-build tools orb, as a general practice we packages our dependencies into the orb so we dont have to increased build times
- say we have issues and we are looking for support with a library language or other 3rd party found here __JudimaApp/misc/issues
refer to README.md in ignore
- we need to rely on aws-login to grab the credential metadata we need
- to navigate through the website, end user clicks on the links in the dropdown , the camera will move to different planets showingthe different pages of the website.
- the menu appears as well as the solar system background of the website , nothing fancy here
- here the user is presented with sign in ,create account change password and delete account options, interactive prompts should help the end user achieve their goal. Uses TOTP MFA for login into the application
- here the user can login to their various social media accounts, once logged in they can interact with the platform via the app. platform metadata is stored with the AWS cognito app account
- allows the user to choose their social platforms, and post now or schedule their post
- we might change this to calendar, an overall dashboard of their account and all features we offer
- everything needs lazyloading,
- make sure that we make good use of the refresh token to check if the user is logged in, and give them their resources
- support for a firebase build option
- if we can figure out how to get puffing billy to rediect the prod backend, rewrite local and ci tests to use prod instead of dev
- work on responsiveness or platform integration
more mixins
- to generate a directive
npx ng generate directive directiveDev/name
circle ci custom built docker images