Skip to content

Conversation

@veeqtor
Copy link
Owner

@veeqtor veeqtor commented Jun 30, 2019

What does this PR do?

  • Passport photograph upload

Description of Task to be completed?

  • add cloudinary service.
  • add celery to perform asynchronous uploads.
  • write tests.

What are the relevant pivotal tracker stories?

#166830456

@veeqtor veeqtor force-pushed the ft-upload-passport-photograph-166830456 branch from c0db00c to 841520b Compare June 30, 2019 17:40
- add cloudinary service
- add celery to perform asynchronous upload
- write tests

[Finishes #166830456]
@veeqtor veeqtor force-pushed the ft-upload-passport-photograph-166830456 branch from 841520b to 20da819 Compare June 30, 2019 17:48
@veeqtor veeqtor marked this pull request as ready for review June 30, 2019 17:53
@veeqtor veeqtor merged commit b4db558 into develop Jun 30, 2019
veeqtor added a commit that referenced this pull request Jul 11, 2019
* ch(setup): Setup development environment

- Create virtual environment
- Install dependencies

[Finishes #166720082]

* ch(setup): setup test environment

- add the test configurations

[Start #166721179]

* ft(auth): User registration

- create user register view
- write tests for the register endpoint

[Finishes #166721163]

* ft(auth): User login

- add the user login view
- write tests

[Starts #166730616]

* ft(user): User profile/details update

- Add models for user profile
- Add model for user passport
- Write tests

[Finishes #166731143]

* ch(flight): Add plane and seats model

- add plane model
- add seats model
- write test

[Finishes #166840193]

* ch(flight): Add flight model

- add flight model
- write test

[Finishes #166830308]

* ch(booking): Add reservation model
- add reservation model
- write test

[Finishes #166830316]

* ch(booking): add ticket model

- add ticket model
- write test

[Finishes #166830774]

* ch(doc): Update readme

- update readme

[Finishes #166769767]

* Update README.md

* Update README.md

* ft(flight): Users should see avalaible flights

- Add views and serilizer for flights
- add views for plane
- write tests

[Starts #166830366]

* ft(booking): Make reservations

- add endpoint to make flight reservations
- write tests

[Starts #166830381]

* ft(booking): Get all reservations
- add list view
- write test

[Finishes #166830434]

* ft(booking): User should edit there reservation

- add edit method
- write test

[Finishes #166912161]

* ft(booking): User should cancel reservations

- add cancel class
- write tests

[Finishes #166912208]

* ch(refactor): Refactor codebase

- move the common http method to a base view

[Finishes #166950993]

* ft(booking): User should be able to book tickets

- add CRU views for tickets
- write tests

[Finishes #166830513]

* ch(ci/cd): Setup circle ci

- add circle ci config

[Maintains #166957086]

* ch(ci/cd): Edot the circle config

- add a project path

[Maintains #166957086]

* ch(docker): Setup docker

- Add Dockerfile

[Maintains #166771722]

* ft(user): Passport photograph upload (#21)

- add cloudinary service
- add celery to perform asynchronous upload
- write tests

[Finishes #166830456]

* ft(email): Users should receive email on reservation booking (#23)

- added email functionalities
- write tests

[Finishes #166830481]

* Add Heroku generated app.json

* Update app.json

* build(deps): bump django from 2.2.2 to 2.2.3 (#22)

Bumps [django](https://github.com/django/django) from 2.2.2 to 2.2.3.
- [Release notes](https://github.com/django/django/releases)
- [Commits](django/django@2.2.2...2.2.3)

Signed-off-by: dependabot[bot] <support@github.com>

* ch(deploy): Deploy to heroku (#24)

-Deploy to heroku

[Maintains #166977630]

* Update config.yml

* bg(deploy): Fix deployment build on heroku (#25)

- Fix circleCI fails

[Maintains #166721160]

* bg(deploy): Fix deployment build on heroku (#25) (#26)

- Fix circleCI fails

[Maintains #166721160]

* - minor fix (#27)

* ch(locust): Add locust to monitor (#28)

- add locust

[Maintains #167105689]

* Update README.md

* ft(flight): Users check flight status (#29)

- add serializer to display status
- add view for flight status
-  write tests

[Finishes #166830491]

* ft(flight): Admin view reservation count (#30)

- add view for reservation count
- write test

[Finishes #166730251]

* Create CODE_OF_CONDUCT.md (#31)

* ft(crontJob): Automatic event (#32)

- add celery beat
- write test

 [Finishes #167105603]

* Update README.md
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants