thunderlink / ThunderFish

Project Repository for 2019 Spring SWPP Class
MIT License
3 stars 2 forks source link

Things we need to discuss #22

Closed givenone closed 5 years ago

givenone commented 5 years ago

The list below is the things we need to discuss on tomorrow meetings. Please add any other ideas.

  1. Something more algorithmic I think we should think more about some features running on backend. Not only searching algorithms, I thought there are more to discuss. The examples are listed below. Let's discuss it tomorrow.

Even if these are not basic features, but I think we need to keep in mind about these.

  1. Testing As you know, we need to test our implementations. So we need to discuss which testing tools to use and how to use it.

  2. Authentication System The service need to have authentication system when signing up. Maybe we can check email, phone number, real-name by using Api. Also, we may need to implement checking already existing users or something like this in the backend. I've heard that django have some builtin apis for authentication. Lets discuss about it.

Let's roll! Sorry for being lazy...

givenone commented 5 years ago
mizuv commented 5 years ago

Small topic for 1 : How to handle region system

givenone commented 5 years ago
dwmarcuskim commented 5 years ago

Notification System and Authentication System implemented, Testing is still going on.