Placement pbi v1#1916
Closed
nemesis0804 wants to merge 4 commits into
Closed
Conversation
Collaborator
|
Congratulations for making your first Pull Request at Fusion!! 🎉 Someone from our team will review it soon. |
vikrantwiz02
self-requested a review
May 28, 2026 12:03
vikrantwiz02
force-pushed
the
placement-pbi-v1
branch
from
June 21, 2026 15:25
908e396 to
2ff621f
Compare
vikrantwiz02
added a commit
that referenced
this pull request
Jun 21, 2026
Integrate the placement backend onto prod/acad-react (production-ready, API-only; legacy template code removed): - Replace template-based placement_cell with the API implementation (api/views.py, api/urls.py, selectors.py, services.py, serializers). - Point root urls.py placement include at placement_cell.api.urls. - Fix Education.grade max_length 3->10: the PR migration truncated existing CGPA values (e.g. '8.39') and failed on real data; keep production width. - Add migration 0013 to sync index names and updated_at with the models. - Remove ~2600 lines of legacy template-based views, their old routes, the dead forms import, the unused pdf_filters templatetag, and 16 orphaned placementModule templates. Keep cv.html (used by generate_cv_api) and the 5 templates shared with globals student-profile; keep forms.py (globals imports it). - manage.py check clean; all 47 API URLs resolve; migrations apply on DB. No settings or other modules changed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Issue that this pull request solves
Closes: # (issue number)
Proposed changes
Brief description of what is fixed or changed
Types of changes
Put an
xin the boxes that applyChecklist
Put an
xin the boxes that applyScreenshots
Please attach the screenshots of the changes made in case of change in user interface
Other information
Any other information that is important to this pull request