xceed-nitj / AMS-with-TimeTable

http://nitjtt.netlify.app/
9 stars 22 forks source link

Paper Id field in the paper #661

Closed harimurugan1989 closed 1 week ago

harimurugan1989 commented 2 weeks ago

PaperId field has to be a number and it has to be updated automatically by counting number of submitted papers in a event.

For eg, if there are no papers submitted, then the first submitted paper id will be one. Second submitted paper id will be two and so on.

There is no input related to this from front end. In the backend it has to be computed and updated automatically.