trangtruongus / CPW221-TeamWork-MomsAndBabies

0 stars 0 forks source link

Create Location Class #4

Closed trangtruongus closed 1 year ago

trangtruongus commented 1 year ago

Create Location class with properties:

trangtruongus commented 1 year ago

Hi @davischristianson, I am working on the Location class. There are a couple of things I need your opinions on: About the State:

public enum State
    {
        Alabama,
        Alaska,
        Arizona,
        Arkansas,
        California,
        Colorado,
        Connecticut,
        Delaware,
        Florida,
        Georgia,
        Hawaii,
        Idaho,
        Illinois,
        Indiana,
        Iowa,
        Kansas,
        Kentucky,
        Louisiana,
        Maine,
        Maryland,
        Massachusetts,
        Michigan,
        Minnesota,
        Mississippi,
        Missouri,
        Montana,
        Nebraska,
        Nevada,
        NewHampshire,
        NewJersey,
        NewMexico,
        NewYork,
        NorthCarolina,
        NorthDakota,
        Ohio,
        Oklahoma,
        Oregon,
        Pennsylvania,
        RhodeIsland,
        SouthCarolina,
        SouthDakota,
        Tennessee,
        Texas,
        Utah,
        Vermont,
        Virginia,
        Washington,
        WestVirginia,
        Wisconsin,
        Wyoming
    }
davischristianson commented 1 year ago

Hey @trangtruongus The drop down list sounds like a great idea and would be good for the customers. One thing I would do is to make sure there is spaces where they are needed such as New Jersey, West Virginia New York, etc

trangtruongus commented 1 year ago

@davischristianson, Thank you for your insights. I have updated the Enum. Please take a look and give me some comments.