-
Notifications
You must be signed in to change notification settings - Fork 1.2k
sa-4 : 4 : all-changes-till-now #1070
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Congratulations for making your first Pull Request at Fusion!! 🎉 Someone from our team will review it soon. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved @akshatnema
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The changes in the requirements file are not acceptable. Kindly remove these changes from the file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Smeetiiitdmj These changes are not removed yet. Kindly remove these changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# 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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the module has been imported but not used.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes are committed
@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