Code Monkey home page Code Monkey logo

internmate's Introduction

internmate's People

Contributors

bkraemer5 avatar commandersnuggle avatar janeenyamak avatar rojan-rijal avatar

Watchers

 avatar

Forkers

eanmcgilvery

internmate's Issues

Image upload Feature

We need an image upload feature to allow users to upload images and retrieve it for users. Some endpoints we need for this app (this will also be a microservice)

  1. Store user uploaded images in a s3 bucket. The bucket folder will be the user_id
  2. Profile picture will go to s3://bucket_name/user_id/profile_pics
  3. Profile banners will go to s3://bucket_name/user_id/banner
  4. Images for the profile s3://bucket_name/user_id/images

Two main routes of this:

  1. Upload image to s3 bucket
  2. Fetch images for the user baed on their user_id and image type: profile_pics, profile_banner, profile_images

Security Controls in the s3 bucket:

  1. S3 Buckets should only be readable and writable by our user. It should not be globally exposed.

Account management

  • Signup and Login โœ”๏ธ
  • Profile management
    • Update profile
    • Profile settings

Docker database creation.

  • Create a universal docker that will host the database.
  • Database should have a non-root user who can read/write to it.
  • This database will ONLY host user details.
  • For chat, we will use a different database.

Account management: User information records improvement

This is related to account management and data recorded on users.

Currently the application asks for the following information from the user upon registration:

  1. Company they are joining
  2. Location they are joining
  3. Website of the company

These are some critical informations we need for the proper functioning of the website. However, we probably want to record more information.

In this improvement, we need to come with certain things:

  • List of informations that need to be recorded
  • How the information is going to be used

Technical Requirements

In order for this issue to be mark as closed, following tasks need to be done:

  1. A design specification on each user information being recorded (Mainly a db.design)
    • If any changes need to be done on models.py for the db, this needs to be done and pushed to the master commit
  2. If new user information is requested upon form signup, create a new form on app/users/forms.py and design it for the specific case. Each forms represent the overall category of what is being recorded. For example, InternProfileForm (used at app/auth/forms.py) is used to to record internship related information, we will need a separate form made for anything non internship related.
  3. Once the forms are made, work on app/users/views.py or app/api/views.py (depends on what is being worked on) to get user form responses and save it on the db by using app/models.py and SQLAlchemy. .

AirBnb Microservice API

Description:

This API will return the number of AirBnb around the users' location of stay.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.