JaniceM-dev / JaniceM-dev/Break-Through-Application
urls and views
- Dominant language
- HTML
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
- [x] register the three apps in the settings.py project Level
- [x] Add their paths in the urls.py of the project level and add include in the imports
- [x] Create a urls.py in the various apps and import what is needed.
- [x] Go to the authentication section and finish it for all the apps.
1. Beneficiaries App
- [x] Authentication as in issue 9
- [x] url.py for homepage and def in views for homepage.
- [x] url.py for the create requests input and def for the views create request input.
- [x] url.py for see all requests and def for the views see all requests.
- [x] url.py for update request and def for the views update requests
- [x] url.py for delete request and def for delete request.
- [x] url.py for contact us and def in views for contact us
2. Donor's App.
- [x] Authentication as in issue 9
- [x] url.py for homepage and def in views for homepage
- [x] url.py for see all requests and def in views for see all requests.
- [x] url.py for donate and def in views for donate
- [x] url.py for see all donations and def in views for see all donations
- [x] url.py for contact us and def in views for contact us
3. NGO's App
- [x] Authentication as in issue 9
- [x] url.py for homepage and def in views for homepage
- [x] url.py for see all requests and def in views for see all requests.
- [x] url.py for see all donations and def in views for see all donations
- [x] url.py for see all fulfilled donations and def in views for see all fulfilled donations
- [x] url.py for contact us and def in views for contact us
Contributor guide
No contributing guide indexed for this repository
Research direction
Review the project-level settings.py and urls.py, then inspect the urls.py and views for the Beneficiaries, Donor, and NGO apps. Verify that authentication and each listed homepage, request, donation, contact, and fulfillment route is wired; the checklist indicates these items are already complete.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- django, python
- Domain
- backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100