rootkie/react-express-js-upstars

Urgent API Requests

Closed this issue · 5 comments

wonyk commented

There is a high possibility we forgot to implement some specific APIs or current APIs are not suitable in terms of the response or buggy or incomplete, please comment below so we'll add it in ASAP if required.

Please keep this thread open at least until alpha is done.

Multi delete support for all the models.
Esp classes

wonyk commented

Yeah. I might be able to rush that tomorrow.

However, please advice the beneficiary that it is always good to change USER and STUDENT status to INACTIVE and remove them from class instead of deleting them because attendances and stuff hinges on their records to be present to populate data. Else if people leave and enter the class, attendances will have blank slots due to error populating their names.

According to the beneficiary, the usually perform soft deletes. Which is turning them inactive instead of actually removing the records. Might consider doing the same for our delete functions. But for now, just implement the delete functions as deleting records. The logic can be changed easily later.

wonyk commented

Done with most.
As a record, the next good feature would be to have a 'google search' style instant query API for users, students and classes. While this may depend on the response timing (ping) of the server, we can still try to see its performance.

wonyk commented

Refer to #73