CityOfLosAngeles / dot-planner

Planning software and database for Active Transportation Projects
Apache License 2.0
9 stars 7 forks source link

Unique ID #139

Closed JacquiSwartz closed 7 years ago

JacquiSwartz commented 7 years ago

A unique id must be retained for each individual project and a new unique id for any new project.

hunterowens commented 7 years ago

This is done.

hunterowens commented 7 years ago

It might just be that we need to display it?

bryce-richards commented 7 years ago

#139 - Unique ID

bryce-richards commented 7 years ago

@hunterowens that's fine. We can use the Postgres id, or do they want like a specific format (i.e. 5 digits, starts with 6, etc.)?

bryce-richards commented 7 years ago

@hunterowens @JacquiSwartz Any preference on how this id will behave / be used? By default, they will all have a unique id in the database.

hunterowens commented 7 years ago

Yep. I think the only thing remaining on this issue is to make sure that the id is displayed

hunterowens commented 7 years ago

@bryce-richards Update?

bryce-richards commented 7 years ago

@hunterowens yup, all good. We've got access to the id and can display it anywhere that's wanted. Also, if there is a specific numbering system they want to use / alternate id, we can implement that as well.