Skip to content
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

Completed Issue #573 To Mark a job post as filled #595

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

HugoSeguin
Copy link

No description provided.

@@ -2,6 +2,7 @@
# Django settings for account project
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert the settings.py file.

@@ -1,7 +1,24 @@
{% extends "shiny/slim.html" %}
{% block page_header %}{{ flatpage.title | upper }}{% endblock %}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove all the changes related to the flatpages and move them to a different PR as discussed.

@elmq0022
Copy link
Contributor

I like the changes related to the job post model and the related migration.

I didn't look into it, but how will django handle the old job posting in that don't have a filled status or filled date?

Will users be able to edit their job filed status / date. Is that available in the user facing edit form and not just the admin. Most users will not have access to the admin.

Please remove the ability to see a list of filled jobs as the AC was optional. I think it's fine to do, but we should have a separate template and view for that. Let's skip for now so we can close this PR.

Please revert all other changes as noted.

@eevelweezel
Copy link
Contributor

eevelweezel commented Mar 14, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants