Coder Social home page Coder Social logo

thread's People

Contributors

michaelonjack avatar

Watchers

 avatar  avatar

thread's Issues

Consider create a new method for ClothingItem to get image of preferred size

Consider creating a new ClothingItem method along the lines of

func getItemImage(ofPreferredSize size: ItemImageSize, completion: @escaping ((UIImage?) -> Void))

which can return the smaller size image if preferred or use SDWebImage to download the image from the URL if it hasn't been downloaded and stored in the class property yet

Settings date picker

Make the Settings birth date field a date chooser of some sort instead of a flat text field

Item image disappears from Favorites when the original user deletes the item

When a user favorites an item, it creates a copy of that item under the user's database node.
This copy includes the item's image url. But the item's image is saved under the original owner's storage so when the original owner replaces the item, the image disappears.

Make the image persist when favorited by other users

Reloading the followed user collection view in HomeView

When the ViewPropertyAnimator begins (fractionComplete goes above zero) and you reload the followed users collection view on the home view, the collection cells get reloaded in the final animator position and the old cell positions don't get removed for some reason

Screen Shot 2019-03-16 at 12 57 20 PM

Update image when selecting a new clothing item

When updating a new clothing item, the image on the outfit quick view should also update.
Currently the quick view image is the old clothing item and you need to back out and reenter the view controller for it to update

Follow users collection view sending multiple download requests

The FollowingUsers collection view on the Home tab contains users' profile pictures.

The cells for these pictures are sending out multiple download requests per cell until one of the downloads completes.

Add a flag to indicate that a download is already in progress so a new request isn't created

Add loading indicator when updating a clothing item

When updating a clothing item, the item image is uploaded to storage and then the controller is popped.
The image upload can take a decent amount of time so a loading indicator should be added to the view somewhere

Store images locally

Find a way to store the uploaded pictures locally to a user's device instead of to Firebase storage.

Keyboard hides text fields

When selecting a text field on the Clothing Item view, the keyboard pop up covers those text fields and the can't be hidden.

AroundMe table refresher never stops refreshing

The refresher updates the user's location which used to initiate a database connection to refresh the table but certain design changes now prevent this.

Find new way to update table and refresher status (probably just move code to function and call that from refresh function and viewDidLoad).

Image looks different after upload

The ClothingItem image appears different when pulling it from the database.
The original image's aspect ratio looks better when uploading from user camera/photo library

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.