sa-4 : 4 : all-changes-till-now#1070
Conversation
|
Congratulations for making your first Pull Request at Fusion!! 🎉 Someone from our team will review it soon. |
akshatnema
left a comment
There was a problem hiding this comment.
Kindly answer the queries made.
| # if int(str(profile.id)[:2]) == 20: | ||
| # if (now.month>4): | ||
| # roll = 1+now.year-int(str(profile.id)[:4]) | ||
| # else: | ||
| # roll = now.year-int(str(profile.id)[:4]) | ||
| # else: | ||
| # if (now.month>4): | ||
| # roll = 1+(now.year)-int("20"+str(profile.id)[0:2]) | ||
| # else: | ||
| # roll = (now.year)-int("20"+str(profile.id)[0:2]) |
There was a problem hiding this comment.
| # if int(str(profile.id)[:2]) == 20: | |
| # if (now.month>4): | |
| # roll = 1+now.year-int(str(profile.id)[:4]) | |
| # else: | |
| # roll = now.year-int(str(profile.id)[:4]) | |
| # else: | |
| # if (now.month>4): | |
| # roll = 1+(now.year)-int("20"+str(profile.id)[0:2]) | |
| # else: | |
| # roll = (now.year)-int("20"+str(profile.id)[0:2]) | |
| # if int(str(profile.id)[:2]) == 20: | |
| # if (now.month>4): | |
| # roll = 1+now.year-int(str(profile.id)[:4]) | |
| # else: | |
| # roll = now.year-int(str(profile.id)[:4]) | |
| # else: | |
| # if (now.month>4): | |
| # roll = 1+(now.year)-int("20"+str(profile.id)[0:2]) | |
| # else: | |
| # roll = (now.year)-int("20"+str(profile.id)[0:2]) | |
Kindly remove these comments if not needed.
| # print("Student------>",vars(student_info)) | ||
| batch=student_info.batch | ||
| # print("Year----->",user.date_joined.year) | ||
| # print("User----->",vars(user)) | ||
| # print("Profile---->",vars(profile)) |
There was a problem hiding this comment.
same goes for the comments in these lines too.
requirements.txt
Outdated
| xlrd==2.0.1 | ||
| XlsxWriter==1.3.7 | ||
| xlwt==1.3.0 | ||
| xlwt==1.3.0 No newline at end of file |
There was a problem hiding this comment.
The changes in the requirements file are not acceptable. Kindly remove these changes from the file.
There was a problem hiding this comment.
@Smeetiiitdmj These changes are not removed yet. Kindly remove these changes.
There was a problem hiding this comment.
Kindly check now, I have committed
| <td style="border:1px solid black; text-align:center">{{ rec.id }}</td> | ||
| {% comment %} <td style="border:1px solid black;">{{ rec.placement_type }}</td> {% endcomment %} | ||
| <td style="border:1px solid black; text-align:center">{{ rec.name }}</td> | ||
| <td style="border:1px solid black; text-align:center">{{ rec.ctc }}</td> | ||
| {% comment %} <td style="border:1px solid black; text-align:center">{{ rec.year }}</td> {% endcomment %} | ||
| {% comment %} <td style="border:1px solid black;">{{ rec.test_score }}</td> {% endcomment %} | ||
| {% comment %} <td style="border:1px solid black;">{{ rec.test_type }}</td> {% endcomment %} | ||
| {% comment %} <td> |
There was a problem hiding this comment.
Why so many lines in the UI are commented in the HTML files?
| {% comment %} <th style="border:1px solid black; ">Year</th> {% endcomment %} | ||
| {% comment %} <th style="border:1px solid black;">Test Score</th> | ||
| <th style="border:1px solid black;">Test Type</th> {% endcomment %} |
There was a problem hiding this comment.
Same goes for here too.
| # id = models.OneToOneField(ExtraInfo, on_delete=models.CASCADE, primary_key=True) | ||
| # id = models.OneToOneField(ExtraInfo, on_delete=models.CASCADE, primary_key=True) |
There was a problem hiding this comment.
| # id = models.OneToOneField(ExtraInfo, on_delete=models.CASCADE, primary_key=True) | |
| # id = models.OneToOneField(ExtraInfo, on_delete=models.CASCADE, primary_key=True) | |
| # id = models.OneToOneField(ExtraInfo, on_delete=models.CASCADE, primary_key=True) | |
| # id = models.OneToOneField(ExtraInfo, on_delete=models.CASCADE, primary_key=True) | |
remove the code comments if not needed.
| # imports | ||
| import datetime | ||
|
|
||
| from applications.globals.models import ExtraInfo |
There was a problem hiding this comment.
the module has been imported but not used.
|
@SmeetChavan this is a duplicate PR. changes are already merged in sa-4 via #1115. Closing this PR. |
Issue that this pull request solves
Closes: #1013
Proposed changes
Solved issues as well as completed the tasks assigned.
Types of changes
Checklist
Screenshots