Please enable JavaScript.
Coggle requires JavaScript to display documents.
Astronomy App, Additional Features - Coggle Diagram
Astronomy App
PythonAnywhere (Flask)
-
-
-
-
-
Handles user authentication, form validation, and session logic
-
Learnability
Layout avoids clutter, reducing cognitive load
Labels clearly explain inputs ("Email", "Password", etc.)
App only uses 3‑4 pages (Login, Menu, Chart Search, Events), keeping it simple
-
Each page has a consistent layout: header, content, footer
-
GPS coordinates are shown to the user after detection, helping them verify accuracy
-
Alerts show confirmation of login, failed login, and chart load success
-
-
RapidAPI AstronomyAPI
-
-
-
Requires latitude, longitude, date, and viewing style
-
-
-
Requires latitude, longitude, date, and viewing style
-
-
HTML / CSS / JS
-
-
Provides the structure, style, and logic for the frontend
-
-
-
-
-
-
-
-
-
Effectiveness
-
GPS coordinates are shown to the user after detection, helping them verify accuracy
-
Alerts show confirmation of login, failed login, and chart load success
Users are redirected based on success (e.g., login → menu)
-
-