GuppyEvents / guppy_events

GNU General Public License v3.0
2 stars 0 forks source link

Guppy-ADMIN-3-University CRUD operation #3

Closed kemalsami closed 8 years ago

kemalsami commented 8 years ago

Admin should be add new university with mail addresses, location and so on. Also admin should edit and delete determined university. Uploading university images are not crucial for now.

kemalsami commented 8 years ago

Result classes created. It is used for json responses

kemalsami commented 8 years ago

university/borough-list service which provides borough list of given city is implemented

kemalsami commented 8 years ago

City id foreign key added to Borough table (or Borough entity)

kemalsami commented 8 years ago

Javascript Ajax call added for university registration...

kemalsami commented 8 years ago

home page ( project countdown ) added

kemalsami commented 8 years ago

university edit feature is implemented